Skip to content

Commit

Permalink
accept a list ofpreferred codecs (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
thesyncim authored Nov 14, 2024
1 parent a7bc103 commit aa7bd0a
Show file tree
Hide file tree
Showing 6 changed files with 711 additions and 924 deletions.
433 changes: 217 additions & 216 deletions protobuf/video/sfu/event/events.pb.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions protobuf/video/sfu/event/events.proto
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ message JoinRequest {
bool fast_reconnect = 6 [deprecated = true];

ReconnectDetails reconnect_details = 7;
models.Codec preferred_codec = 9;
repeated models.PublishOption preferred_publish_options = 9;
}

message ReconnectDetails {
Expand All @@ -210,7 +210,7 @@ message JoinResponse {
models.CallState call_state = 1;
bool reconnected = 2;
int32 fast_reconnect_deadline_seconds = 3;
models.PublishOptions publish_options = 4;
repeated models.PublishOption publish_options = 4;
}

// ParticipantJoined is fired when a user joins a call
Expand Down
134 changes: 69 additions & 65 deletions protobuf/video/sfu/event/events_vtproto.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit aa7bd0a

Please sign in to comment.