Skip to content

Commit

Permalink
announce codec and scalability mode in setPublisher request (#791)
Browse files Browse the repository at this point in the history
  • Loading branch information
thesyncim authored Oct 18, 2024
2 parents b85762c + 0ce591e commit 96fe798
Show file tree
Hide file tree
Showing 4 changed files with 261 additions and 148 deletions.
186 changes: 104 additions & 82 deletions protobuf/video/sfu/signal_rpc/signal.pb.go

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

2 changes: 2 additions & 0 deletions protobuf/video/sfu/signal_rpc/signal.proto
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ message SetPublisherRequest {
string sdp = 1;
string session_id = 2;
repeated models.TrackInfo tracks = 3;
string codec_mime_type = 4;
string codec_scalability_mode = 5;
}

message SetPublisherResponse {
Expand Down
Loading

0 comments on commit 96fe798

Please sign in to comment.