not sure if I follow, let's imagine that we are in stable state after SDP O/A negotiation. Then if it could be possible to do something like this, for resetting the transceiver: ```` transceiver.reset(track,{ direction: 'sendonly', sendEncodings: [ { rid: '111', active: true, maxBitrate: 111111 }, { rid: '222', active: true, maxBitrate: 222222 }, { rid: '333', active: true, maxBitrate: 333333 } ] }); ``` This would cause a renegotiation with the remote peer, and the new encodings would apply, right? -- GitHub Notification of comment by murillo128 Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2087#issuecomment-458629757 using your GitHub accountReceived on Tuesday, 29 January 2019 17:25:20 UTC
This archive was generated by hypermail 2.4.0 : Saturday, 6 May 2023 21:19:46 UTC