Skip to content

Commit

Permalink
extend and document PublishOption (#872)
Browse files Browse the repository at this point in the history
* extend and document PublishOption

* fix bitrate
  • Loading branch information
thesyncim authored Nov 28, 2024
1 parent 5ce5d7a commit 5c38190
Show file tree
Hide file tree
Showing 6 changed files with 801 additions and 735 deletions.
688 changes: 344 additions & 344 deletions protobuf/video/sfu/event/events.pb.go

Large diffs are not rendered by default.

9 changes: 3 additions & 6 deletions protobuf/video/sfu/event/events.proto
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,8 @@ message SfuEvent {
ParticipantUpdated participant_updated = 24;
// ParticipantMigrationComplete is sent when the participant migration is complete
ParticipantMigrationComplete participant_migration_complete = 25;
// CodecNegotiationComplete is sent to signal the completion of a codec negotiation.
// SDKs can safely stop previous transceivers
CodecNegotiationComplete codec_negotiation_complete = 26;
// ChangePublishOptionsComplete is sent to signal the completion of a ChangePublishOptions request.
ChangePublishOptionsComplete change_publish_options_complete = 26;
// ChangePublishOptions is sent to signal the change in publish options such as a new codec or simulcast layers
ChangePublishOptions change_publish_options = 27;
}
Expand All @@ -89,12 +88,10 @@ message ChangePublishOptions {
models.PublishOption publish_option = 1;
}

message CodecNegotiationComplete {

message ChangePublishOptionsComplete {
}

message ParticipantMigrationComplete{

}

message PinsChanged {
Expand Down
38 changes: 19 additions & 19 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 5c38190

Please sign in to comment.