mirror of
https://github.com/livekit/livekit.git
synced 2026-05-18 22:05:36 +00:00
set stereo max bitrates to 510000 (#1188)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user