- From: docfaraday via GitHub <sysbot+gh@w3.org>
- Date: Thu, 15 Sep 2022 17:26:11 +0000
- To: public-webrtc-logs@w3.org
The more I think about this, the more I think it is a mistake to omit the rid when there is a (single) rid in SDP negotiation. This is because a reoffer could potentially go from this: a=simulcast:recv 1;2;3 to this a=simulcast:recv 2 That is, the remote side has decided to switch from simulcast to unicast, but wishes to keep the _second_ encoding. It would be impossible to signal this appropriately to JS without keeping the rid property. -- GitHub Notification of comment by docfaraday Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2736#issuecomment-1248396757 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 15 September 2022 17:26:12 UTC