diff --git a/pkg/rtc/participant_sdp.go b/pkg/rtc/participant_sdp.go index 1407c79c3..ba3e47b85 100644 --- a/pkg/rtc/participant_sdp.go +++ b/pkg/rtc/participant_sdp.go @@ -221,7 +221,7 @@ func (p *ParticipantImpl) configurePublisherAnswer(answer webrtc.SessionDescript attr.Value += ";usedtx=1" } if ti.Stereo { - attr.Value += ";stereo=1" + attr.Value += ";stereo=1;maxaveragebitrate=510000" } m.Attributes[i] = attr }