Skip to content

Commit

Permalink
Add syncStreams option to createRoom
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzhao committed Oct 20, 2023
1 parent e9e2465 commit 8f79a2f
Show file tree
Hide file tree
Showing 6 changed files with 595 additions and 22 deletions.
12 changes: 12 additions & 0 deletions src/RoomServiceClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,18 @@ export interface CreateOptions {
*/
minPlayoutDelay?: number;

/**
* maximum playout delay in milliseconds
*/
maxPlayoutDelay?: number;

/**
* improves A/V sync when min_playout_delay set to a value larger than 200ms.
* It will disables transceiver re-use -- this option is not recommended
* for rooms with frequent subscription changes
*/
syncStreams?: boolean;

/**
* override the node room is allocated to, for debugging
* does not work with Cloud
Expand Down
Loading

0 comments on commit 8f79a2f

Please sign in to comment.