- From: Jan-Ivar Bruaroey via GitHub <sysbot+gh@w3.org>
- Date: Thu, 08 Sep 2022 01:53:44 +0000
- To: public-webrtc-logs@w3.org
I've [tested](https://jsfiddle.net/jib1/sLfntv1e/) this and all browsers allow it. I agree it would be better if it threw. ```js const transceiver = pc.addTransceiver("video", {sendEncodings: [{rid: "hi"}, {rid: "hi"}]}); ``` For symmetry how is a remote offer with `a=simulcast:recv hi;hi` treated? -- GitHub Notification of comment by jan-ivar Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2733#issuecomment-1240124914 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 8 September 2022 01:53:46 UTC