Skip to content

Commit aa7bd0a

Browse files
authored
accept a list ofpreferred codecs (#846)
1 parent a7bc103 commit aa7bd0a

File tree

6 files changed

+711
-924
lines changed

6 files changed

+711
-924
lines changed

protobuf/video/sfu/event/events.pb.go

+217-216
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protobuf/video/sfu/event/events.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ message JoinRequest {
187187
bool fast_reconnect = 6 [deprecated = true];
188188

189189
ReconnectDetails reconnect_details = 7;
190-
models.Codec preferred_codec = 9;
190+
repeated models.PublishOption preferred_publish_options = 9;
191191
}
192192

193193
message ReconnectDetails {
@@ -210,7 +210,7 @@ message JoinResponse {
210210
models.CallState call_state = 1;
211211
bool reconnected = 2;
212212
int32 fast_reconnect_deadline_seconds = 3;
213-
models.PublishOptions publish_options = 4;
213+
repeated models.PublishOption publish_options = 4;
214214
}
215215

216216
// ParticipantJoined is fired when a user joins a call

protobuf/video/sfu/event/events_vtproto.pb.go

+69-65
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)