Re: [webrtc-pc] Ignore comma-separated rid alternatives. (#2813)

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