[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:03:35 PST 2018


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

--- Comment #11 from IƱaki Baz <ibc at aliax.net> ---
Created attachment 353844

  --> https://bugs.webkit.org/attachment.cgi?id=353844&action=review

Test script 2 with sender.replaceTrack(null)

Same script as before but instead of pc.removeTrack(sender) it uses sender.replaceTrack(null).then(() => transceiver.direction = "inactive"):

* Once replaceTrack(null) resolves the script changes the transceiver direction to "inactive" and generates an offer. The offer has a=sendonly, so this is not a valid solution yet.

* And much worse: If after that I call sameSender.replaceTrack(newTrack), it generates a new audio transceiver with its corresponding new m=audio section, both with "a=sendonly". This is an important bug somewhere IMHO.

-- 
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/431bd7a1/attachment.html>


More information about the webkit-unassigned mailing list