Skip to content

Commit

Permalink
Add SyncStreams flag to room
Browse files Browse the repository at this point in the history
  • Loading branch information
cnderrauber committed Sep 28, 2023
1 parent b6137b8 commit 305a8f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion livekit_models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ message Room {
uint32 num_publishers = 11;
bool active_recording = 10;
PlayoutDelay playout_delay = 12;
bool sync_streams = 13;

// NEXT-ID: 13
// NEXT-ID: 14
}

message Codec {
Expand Down
3 changes: 3 additions & 0 deletions livekit_room.proto
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ message CreateRoomRequest {
// playout delay of subscriber
uint32 min_playout_delay = 7;
uint32 max_playout_delay = 8;
// improves A/V sync when playout_delay set to a value larger than 200ms. It will disables transceiver re-use
// so not recommended for rooms with frequent subscription changes
bool sync_streams = 9;
}

message RoomEgress {
Expand Down

0 comments on commit 305a8f3

Please sign in to comment.