WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
255015
[iOS 14.x & 15.x] WebRTC not autoplay audio when block microphone
https://bugs.webkit.org/show_bug.cgi?id=255015
Summary
[iOS 14.x & 15.x] WebRTC not autoplay audio when block microphone
PhungDuong
Reported
2023-04-04 19:48:54 PDT
We found issues when making WebRTC calls with the blocked microphone. Steps below: 1. Block the microphone. (camera optional) 2. Join WebRTC calls 3. Check the output audio Actual: 14.x: No output audio (frequency: 6/10) 15.x: No output audio (frequency: 10/10) 16.x: Normal output audio. Please let us know if this bug is known and fixed in iOS 16.x ? Thanks.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-04-11 19:49:16 PDT
<
rdar://problem/107916381
>
youenn fablet
Comment 2
2023-05-02 07:18:43 PDT
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.
thanquan
Comment 3
2023-12-06 02:55:19 PST
Same issue for Chrome on Ios 17.1.2. User click BEFORE WebRtc connection does not work, user click after WebRTC connection is ok
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug