- From: Jan-Ivar Bruaroey via GitHub <sysbot+gh@w3.org>
- Date: Thu, 05 Jan 2023 01:00:35 +0000
- To: public-webrtc-logs@w3.org
There was a choice here between removing alternatives _before_ or _after_ removing duplicates. I.e. ``` a=simulcast:recv 1,2,3;2,4,5;3,5,6 ``` ...could either reduce to: ``` a=simulcast:recv 1;4;6 ``` ...or ``` a=simulcast:recv 1;2;3 ``` I chose the latter, because it seems sane. -- GitHub Notification of comment by jan-ivar Please view or discuss this issue at https://github.com/w3c/webrtc-pc/pull/2813#issuecomment-1371607621 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 5 January 2023 01:00:37 UTC