- From: jan-ivar via GitHub <sysbot+gh@w3.org>
- Date: Thu, 05 Apr 2018 03:18:36 +0000
- To: public-webrtc-logs@w3.org
I propose: ```js transceiver.sender.setStreams([cameraStream]); ``` We could either: 1. have it throw outside `"have-remote-offer"` or if the transceiver is used, to limit scope, or 2. explore letting users change existing associations this way as well (have it trigger negotiationneeded in `"stable"` state). I seem to recall someone asking for the latter not too long ago. One less reason to mangle SPD, which we'll likely [end up supporting](https://github.com/w3c/webrtc-pc/issues/1729#issuecomment-356787787) on the far end anyway. -- GitHub Notification of comment by jan-ivar Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1826#issuecomment-378808993 using your GitHub account
Received on Thursday, 5 April 2018 03:18:52 UTC