[Webkit-unassigned] [Bug 179363] iOS calling getUserMedia() again kills video display of first getUserMedia()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Mar 28 07:14:54 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=179363
youenn fablet <youennf at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |CONFIGURATION CHANGED
--- Comment #30 from youenn fablet <youennf at gmail.com> ---
Bug 237359 fixes the case of muting a video track when another video track is created on iOS in https://commits.webkit.org/r291034.
The new behavior in iOS is that, if a new camera device is used, we will stop the previous capture and start the new one as the current API we are using does not allow to capture both at the same time. If the new capture is using the same camera as the previous one, both will be able to continue in parallel.
If your particular use case is about capturing with both cameras, please file a new bug.
--
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/20220328/fdd26273/attachment.htm>
More information about the webkit-unassigned
mailing list