set stereo max bitrates to 510000 (#1188)

This commit is contained in:
cnderrauber
2022-11-24 22:51:15 +08:00
committed by GitHub
parent 3074cb862f
commit c28b07fd11
+1 -1
View File
@@ -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
}