-
Notifications
You must be signed in to change notification settings - Fork 75
Stuttering audio in iOS14.2 only NG version #108
Comments
It maybe a bug of WebAudio and WebRTC API using together in the latest iOS Safari. We are trying to find out the reason. |
I have what I think is the same issue but I had a very simple way to demonstrate it.
1, Load that page in Safari on iOS 14.2. With Agora NG SDK loaded the sound plays fine unless the microphone is also captured. Apparently something Agora SDK does on load together with microphone capture breaks sound playback. Clicking "Load Agora 3 SDK" button momentarily pauses the sound, but then it resumes fine. This appears to confirm something different that NG SDK does on initialisation compared to v3 that is breaking audio playback. (btw if you play the sound first, then capture the microphone, the sound quality changes. I believe this is related to https://bugs.webkit.org/show_bug.cgi?id=211959) |
I have the same issue. |
Describe the bug
I only use voice call.
I created 1to1 voice call system in web page with the sdk agora-rtc-sdk-ng (v4.1.1). This based on a code in a tutorial page of it.
If the caller or callee is iOS 14.2, the audio is interrupted and cannot be heard well.
In order to isolate the problem, I tested it with 3.x and 4.x in iOS14.2
This audio bug occurred only in 4.x.
I used a simple demo.
3.x demo:https://webdemo.agora.io/agora-web-showcase/examples/Agora-Web-Tutorial-1to1-Web/
4.x demo:https://agoraio-community.github.io/AgoraWebSDK-NG/demo/basicVideoCall/index.html
SDK Logs
Platform and Browser: iOS14.2 Safari
SDK Version: 4.1.1
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: