Re: [webrtc-pc] Need something such as rtpSender.reset() (#2087)

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 account

Received on Tuesday, 29 January 2019 17:25:20 UTC