Re: [webrtc-pc] Feature request: API to explicit MID ordering (#2532)

Is there an a SFU scenario that does not rely on generating an SDP somewhere I wonder?

Indeed in this case it does - but using the creator inside WebRTC itself, so the SDP generator part is the actual WebRTC source code here - not the application or some other library.

Thus it becomes quite a step to make the application understand SDP anatomy for this bit of information - which seems like it could be trivially available in some API.

Another option is to simply tell this very same code that generates the SDP to parse the full local SDP to get the m sections. Heavier hammer for this simple problem.


-- 
GitHub Notification of comment by ovelius
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2532#issuecomment-639110326 using your GitHub account

Received on Thursday, 4 June 2020 20:53:05 UTC