Punit Sureka

Results 3 issues of Punit Sureka

Change commit: https://github.com/livekit/server-sdk-js/commit/8cad1ba05618d2f43c5f4397bce30552ce30ebca#diff-220adc3013305af91ae2598008e4b021fecda4a13c905830f622a7ab0f09d63fL169 listRooms response, field creationTime has been changed from Int to BigInt. I couldn't find any doc or changelog for this.

## Current Documentation ```typescript /** * number of seconds the room should clean up after being empty */ emptyTimeout?: number; ``` ## Proposed Documentation ```typescript /** * The `emptyTimeout` property...

P-medium
refactor