> ```js > const pc = new RTCPeerConnection(config); > const dummy = pc.addTransceiver("audio", {direction: "inactive"}); > ``` Even this workaround has wrinkles: it [won't work](https://jsfiddle.net/jib1/6ct0b8fq/33/) with *addTrack* which will reuse the dummy. if we get around that, having both ends do this, means we end up with *two* extra m-lines, not one. -- GitHub Notification of comment by jan-ivar Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2150#issuecomment-484229131 using your GitHub accountReceived on Wednesday, 17 April 2019 19:30:01 UTC
This archive was generated by hypermail 2.4.0 : Saturday, 6 May 2023 21:19:47 UTC