[Webkit-unassigned] [Bug 198402] iOS 12.3 and 12.4 emit PeerConnection SDP offer m-lines in random order

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 30 21:56:24 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=198402

--- Comment #1 from youenn fablet <youennf at gmail.com> ---
Hi Chad,

Can you make sure to call addTrack(audio) first and addTrack(video) second?
If you do not have a video track initially, I would think calling addTransceiver('audio') and then using sender.replaceTrack to do the trick to make sure to have the audio track first.
If you handle only one audio and one video track, that should be ok to handle properly this way.

I would think the munging should work as well though a slight typo sometimes make it hard to debug. If you have a jsfiddle, I can try to help further.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190531/88359a3e/attachment.html>


More information about the webkit-unassigned mailing list