Skip to content

Commit 533ad81

Browse files
Merge pull request #287805 from sloanster/patch-23
Update calling-sdk-features.md
2 parents 8fda2da + e0ccca3 commit 533ad81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/communication-services/concepts/voice-video-calling/calling-sdk-features.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The following table represents the set of supported browsers, which are currentl
119119
| Platform | Chrome | Safari | Edge | Firefox | Webview | Electron |
120120
| ------------ | ------ | ------ | ------ | ------- | ------- | ------- |
121121
| Android | ✔️ || ✔️ || ✔️ ||
122-
| iOS | ✔️ | ✔️ | || ✔️ ||
122+
| iOS | ✔️ | ✔️ | ✔️ || ✔️ ||
123123
| macOS | ✔️ | ✔️ | ✔️ | ✔️ || ✔️ |
124124
| Windows | ✔️ || ✔️ | ✔️ || ✔️ |
125125
| Ubuntu/Linux | ✔️ ||||||
@@ -128,6 +128,7 @@ The following table represents the set of supported browsers, which are currentl
128128
- Firefox support is in public preview.
129129
- Currently, the calling SDK only supports Android System WebView on Android, iOS WebView(WKWebView) in public preview. Other types of embedded browsers or WebView on other OS platforms aren't officially supported, for example, GeckoView, Chromium Embedded Framework (CEF), Microsoft Edge WebView2. Running JavaScript Calling SDK on these platforms isn't actively tested, it might or might not work.
130130
- [An iOS app on Safari can't enumerate/select mic and speaker devices](../known-issues.md#enumerating-devices-isnt-possible-in-safari-when-the-application-runs-on-ios-or-ipados) (for example, Bluetooth). This issue is a limitation of iOS, and the operating system controls default device selection.
131+
- iOS Edge browser support is available in public preview in WebJS SDK version [1.30.1-beta.1](https://github.com/Azure/Communication/blob/master/releasenotes/acs-javascript-calling-library-release-notes.md#1301-beta1-2024-10-01) and higher.
131132

132133
## Calling client - browser security model
133134

0 commit comments

Comments
 (0)