Skip to content

Commit 90ec757

Browse files
add disable_ice_lite option (#760)
* add disable_ice_lite option * generated protobuf --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9e23fdb commit 90ec757

File tree

2 files changed

+67
-55
lines changed

2 files changed

+67
-55
lines changed

livekit/livekit_internal.pb.go

Lines changed: 66 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protobufs/livekit_internal.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ message StartSession {
135135
string participant_id = 16;
136136
ReconnectReason reconnect_reason = 17;
137137
optional bool subscriber_allow_pause = 18;
138+
bool disable_ice_lite = 19;
138139
}
139140

140141
// room info that should not be returned to clients

0 commit comments

Comments
 (0)