Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
roznawsk committed Nov 7, 2024
1 parent 96e5787 commit 1da4dae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fishjam/media_events/server/server.proto
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ message MediaEvent {
}

// Informs that track's encoding has been changed
message EncodingSwitched {
message TrackEncodingSwitched {
string endpoint_id = 1;
string track_id = 2;
media_events.Variant encoding = 3;
Expand All @@ -125,5 +125,6 @@ message MediaEvent {
media_events.Candidate candidate = 10;
SdpAnswer sdp_answer = 11;
VadNotification vad_notification = 12;
TrackEncodingSwitched track_encoding_switched = 13;
}
}

0 comments on commit 1da4dae

Please sign in to comment.