Skip to content

Commit

Permalink
introduce SubscribeOption so we can force decode codecs
Browse files Browse the repository at this point in the history
  • Loading branch information
thesyncim committed Dec 9, 2024
1 parent 9592b30 commit e7be45b
Show file tree
Hide file tree
Showing 6 changed files with 1,019 additions and 658 deletions.
476 changes: 246 additions & 230 deletions protobuf/video/sfu/event/events.pb.go

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions protobuf/video/sfu/event/events.proto
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ message JoinRequest {

ReconnectDetails reconnect_details = 7;
repeated models.PublishOption preferred_publish_options = 9;
repeated models.SubscribeOption preferred_subscribe_options = 10;
}

message ReconnectDetails {
Expand Down
78 changes: 78 additions & 0 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 e7be45b

Please sign in to comment.