Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
cnderrauber committed Aug 23, 2024
1 parent a921109 commit 0e53a6c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions protobufs/livekit_rtc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ message JoinResponse {
ServerInfo server_info = 12;
// Server-Injected-Frame byte trailer, used to identify unencrypted frames when e2ee is enabled
bytes sif_trailer = 13;
EnabledCodec enabled_publish_codec = 14;
repeated Codec enabled_publish_codecs = 14;
}

message ReconnectResponse {
Expand Down Expand Up @@ -444,7 +444,3 @@ message RequestResponse {
message TrackSubscribed {
string track_sid = 1;
}

message EnabledCodec {
repeated Codec videos = 1;
}

0 comments on commit 0e53a6c

Please sign in to comment.