- From: Jan-Ivar Bruaroey via GitHub <sysbot+gh@w3.org>
- Date: Tue, 09 Aug 2022 13:57:36 +0000
- To: public-webrtc-logs@w3.org
Bringing @alvestrand's comment here from https://github.com/w3c/webrtc-pc/pull/2757#issuecomment-1209270441 so we can discuss here: > I am worried about 7. > > In particular, if the offer is 1,2,3 and the answer is 1,foo,2, exactly what is being removed? > > If we want to be lenient, I would treat any answer that has changes as erroneous layers and ignore them. Thus: > > 1,2,3 + 1,2 -> 1,2 (narrowing allowed) > 1,2,3 + 1,3,2 -> 1 > 1,2,3 + 1,foo,2 -> 1 > 1,2,3 + foo, 1, 2 -> one layer with no RID > > And CreateOffer() after 1,2,3 + 1,2 should offer 1,2 (no widening allowed from either side). -- GitHub Notification of comment by jan-ivar Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2762#issuecomment-1209418552 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 9 August 2022 13:57:37 UTC