Skip to content

Commit

Permalink
Fix TrackIdToBitrates event
Browse files Browse the repository at this point in the history
  • Loading branch information
roznawsk committed Nov 7, 2024
1 parent 7aa685d commit 4541048
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fishjam/media_events/peer/peer.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ message MediaEvent {
}

message TrackIdToBitrates {
repeated TrackBitrate track_bitrates = 1;
string track_id = 1;
repeated VariantBitrate variant_bitrates = 2;
}

// MEDIA EVENTS
Expand Down

0 comments on commit 4541048

Please sign in to comment.