You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/known-issues.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,31 @@ This article provides information about limitations and known issues related to
23
23
24
24
This section provides information about known issues associated with the Azure Communication Services JavaScript voice and video calling SDKs.
25
25
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
+
26
51
#### Refreshing a page doesn't immediately remove the user from their call
27
52
28
53
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