Skip to content

Commit d2abe08

Browse files
committed
Update known-issues.md
1 parent 8e873b4 commit d2abe08

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

articles/communication-services/concepts/known-issues.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,28 @@ Results:
4545
Chrome version 98 introduced a regression with anormal generation of video keyframes that impacts resolution of a sent video stream negatively for majority (70%+) of users.
4646
- This is a known regression introduced on [Chromium](https://bugs.chromium.org/p/chromium/issues/detail?id=1295815)
4747

48+
### No incoming audio during a call
49+
50+
Very occassionally, a user in an ACS call may not be able to hear the audio from remote participants.
51+
There is a related [Chromium](https://bugs.chromium.org/p/chromium/issues/detail?id=1402250) bug which causes this issue, the issue can be mitigated by reconnecting the PeerConnection. We have added this workaround since SDK 1.9.1 (stable) and SDK 1.10.0 (beta)
52+
53+
On Android Chrome, if a user joins ACS call several times, the incoming audio can also disappear. The user will not be able to hear the audio from other participants until the page is refreshed. We have fixed this issue in SDK 1.10.1-beta.1, and improved the audio resource usage.
54+
4855
### Some Android devices failing call scenarios except for group calls.
4956

5057
A number of specific Android devices fail to start, accept calls, and meetings. The devices that run into this issue, won't recover and will fail on every attempt. These are mostly Samsung model A devices, particularly models A326U, A125U and A215U.
5158
- This is a known regression introduced on [Chromium](https://bugs.chromium.org/p/webrtc/issues/detail?id=13223).
5259

60+
### Android Chrome mutes the call after browser goes to background for one minute
61+
62+
On Android Chrome, if a user is on an ACS call and puts the browser into background for one minute. The microphone will lose access and the other participants in the call will not hear the audio from the user. Once the user brings the browser to foreground, microphone will be available agin. Related chromium bugs [here](https://bugs.chromium.org/p/chromium/issues/detail?id=1027446) and [here](https://bugs.chromium.org/p/webrtc/issues/detail?id=10940)
63+
64+
### iOS Safari refreshes the page if the user goes to another app and returns back to the browser
65+
66+
The problem can occur if a user in an ACS call with iOS Safari, and switchs to other app for a while. After the user returns back to the browser,
67+
the browser page may refresh. This is because OS kills the browser, the ACS call will also disconnect. One way to mitigate this issue is to keep some states and recover after page refreshes.
68+
69+
5370
### iOS 15.1 users joining group calls or Microsoft Teams meetings.
5471

5572
* Sometimes when incoming PSTN is received the tab with the call or meeting will hang. Related webkit bugs [here](https://bugs.webkit.org/show_bug.cgi?id=233707) and [here](https://bugs.webkit.org/show_bug.cgi?id=233708#c0).
@@ -62,7 +79,7 @@ This problem can occur if another application or the operating system takes over
6279
- A user plays a YouTube video, for example, or starts a FaceTime call. Switching to another native application can capture access to the microphone or camera.
6380
- A user enables Siri, which will capture access to the microphone.
6481

65-
On iOS for example, while on an ACS call, if a PSTN call comes in, then a microphoneMutedUnexepectedly bad UFD will be raised and audio will stop flowing in the ACS call and the call will be marked as muted. Once the PSTN call is over, the user will have to go and unmute the ACS call for audio to start flowing again in the ACS call. In the case of Android Chrome when a PSTN call comes in, audio will stop flowing in the ACS call and the ACS call will not be marked as muted. Once the PSTN call is finished, android chrome will regain audio automatically and audio will start flowing normally again in the ACS call.
82+
On iOS for example, while on an ACS call, if a PSTN call comes in, then a microphoneMutedUnexepectedly bad UFD will be raised and audio will stop flowing in the ACS call and the call will be marked as muted. Once the PSTN call is over, the user will have to go and unmute the ACS call for audio to start flowing again in the ACS call. In the case of Android Chrome when a PSTN call comes in, audio will stop flowing in the ACS call and the ACS call will not be marked as muted. In this case, there is no microphoneMutedUnexepectedly UFD event. Once the PSTN call is finished, Android Chrome will regain audio automatically and audio will start flowing normally again in the ACS call.
6683

6784
In case camera is on and an interruption occurs, ACS call may or may not loose the camera. If lost then camera will be marked as off and user will have to go turn it back on after the interruption has released the camera.
6885

0 commit comments

Comments
 (0)