[Webkit-unassigned] [Bug 255015] [iOS 14.x & 15.x] WebRTC not autoplay audio when block microphone

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 2 07:18:43 PDT 2023


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

--- Comment #2 from youenn fablet <youennf at gmail.com> ---
This is expected.
Autoplay does not kick in by default if microphone or camera are not in use.
Instead, the page should start playing media based on a user click.
Note that the user click may happen largely before audio is being received, playing media element at this time will remove the autoplay restriction anyway even if there is no audio to be played.

-- 
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/20230502/7781b3da/attachment-0001.htm>


More information about the webkit-unassigned mailing list