Skip to content

Commit 9b41624

Browse files
authored
Update known-issues.md
iOS 15.1 issue
1 parent 547237d commit 9b41624

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,31 @@ This article provides information about limitations and known issues related to
2323

2424
This section provides information about known issues associated with the Azure Communication Services JavaScript voice and video calling SDKs.
2525

26+
#### iOS 15.1 regression - iOS/Safari will crash and refresh the page if ACS user tries to send video in a call
27+
28+
---
29+
**Important**
30+
31+
iOS 15.1 introduced a bug that will impact majority of ACS calls with video that are placed in iOS/Safari.
32+
33+
---
34+
35+
**Issue Description**
36+
When joining an ACS calls or a joining a Teams meeting using ACS on iOS 15.1 on any browser with video turn on – this will cause Safari browser to crash.
37+
38+
**Details**
39+
This is a [known bug on iOS 15.1 Safari](https://bugs.webkit.org/show_bug.cgi?id=231505) that was introduced with the release of iOS 15.1. We expect this issue to be fixed with the release if iOS 15.2. Currently the only known work around is to not turn off video when using ACS on iOS 15.1 Safari.
40+
41+
**Versions**
42+
iOS 15.1 and any ACS Web SDK version
43+
44+
**Mitigations**
45+
Prevent users using (turning on) any video on when using iOS 15.1 Safari for ACS video calls and Microsoft Teams to ACS video call meetings.
46+
We're evaluating workarounds and working with Apple on the next steps
47+
48+
Next release - iOS 15.2 fixed this issue
49+
50+
2651
#### Refreshing a page doesn't immediately remove the user from their call
2752

2853
If a user is in a call and decides to refresh the page, the Communication Services media service won't remove this user immediately from the call. It will wait for the user to rejoin. The user will be removed from the call after the media service times out.

0 commit comments

Comments
 (0)