In mediasoup-client you can set the maxBitrate
of each Producer’s encoding
, and also change it later via producer.sender.setSettings()
, but that’s WebRTC 1.0 API since producer.sender
returns the RTCRtpSender
.
In mediasoup-client you can set the maxBitrate
of each Producer’s encoding
, and also change it later via producer.sender.setSettings()
, but that’s WebRTC 1.0 API since producer.sender
returns the RTCRtpSender
.