[Webkit-unassigned] [Bug 192468] Calling transceiver.stop() does not set the direction of its m= line to "inactive".
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 6 15:16:20 PST 2018
https://bugs.webkit.org/show_bug.cgi?id=192468
--- Comment #2 from youenn fablet <youennf at gmail.com> ---
(In reply to youenn fablet from comment #1)
> Thanks for the report, I reproed the issue and the m section should indeed
> have its port set to 0.
> I'll fix it.
Actually, no, the stopped m section has its port set to 0.
The way to achieve having the m line be inactive is to do:
t1.direction = "inactive";
t1.stop();
This would make sense since doing t1.stop() does not change the value of t1.direction in Firefox.
> Given that max bundle is set, we will probably end up in encountering
> https://bugs.webkit.org/show_bug.cgi?id=191169.
--
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/20181206/059324bb/attachment.html>
More information about the webkit-unassigned
mailing list