open-webrtc-toolkit / owt-client-native

Open WebRTC Toolkit client SDK for native Windows/Linux/iOS applications.
https://01.org/open-webrtc-toolkit
Apache License 2.0
384 stars 180 forks source link

Ignore rejected m= sections #716

Closed jianjunz closed 1 year ago

jianjunz commented 1 year ago

m=section could be rejected because of no match codecs. In this case, munging SDP here may result media format description to be empty.

taste1981 commented 1 year ago

Will you still need this, or rely on #706 for SDP handling?

jianjunz commented 1 year ago

This fix is still needed for now.