[Webkit-unassigned] [Bug 191169] Safari rejects offer generated by peerconnection.createOffer()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 5 03:18:39 PST 2018


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

--- Comment #12 from IƱaki Baz <ibc at aliax.net> ---
The second script "Test script 2 with sender.replaceTrack(null)" in Chrome and Firefox works fine.

NOTE: In Safari, changing transceiver.direction produces an exception (something like "cannot change readonly property") if I do it before the replaceTrack(null) promise resolves. This does not happen in Chrome or Firefox and the spec says nothing about when transceiver.direction can be changed. It's supposed to be changed at any time. It just happens that its effective value (pc.currentDirection) takes an effective value later, may be after a proper SDP O/A.

-- 
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/20181105/e3236226/attachment.html>


More information about the webkit-unassigned mailing list