Skip to content

Commit 1077de5

Browse files
authored
Merge pull request #169495 from LaithRodan/patch-11
Update browser version support
2 parents 63d2c87 + ab4001e commit 1077de5

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

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

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -103,18 +103,19 @@ The following timeouts apply to the Communication Services Calling SDKs:
103103

104104
## JavaScript Calling SDK support by OS and browser
105105

106-
The following table represents the set of supported browsers which are currently available. We support the most recent three versions of the browser unless otherwise indicated.
106+
The following table represents the set of supported browsers which are currently available. **We support the most recent three versions of the browser** unless otherwise indicated.
107107

108-
| Platform | Chrome | Safari | Edge (Chromium) | Notes |
109-
| ------------ | ------ | ------ | --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
110-
| Android | ✔️ || | Outgoing Screen Sharing is not supported. |
111-
| iOS || ✔️ | | [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 is a limitation of the OS, and there's always only one device, OS controls default device selection. Outgoing screen sharing is not supported. |
112-
| macOS | ✔️ | ✔️ | | Safari 14+/macOS 11+ needed for outgoing video support. |
113-
| Windows | ✔️ || ✔️ | |
114-
| Ubuntu/Linux | ✔️ || | |
108+
| Platform | Chrome | Safari | Edge (Chromium) |
109+
| ------------ | ------ | ------ | -------------- |
110+
| Android | ✔️ |||
111+
| iOS || ✔️ ||
112+
| macOS | ✔️ | ✔️ ||
113+
| Windows | ✔️ || ✔️ |
114+
| Ubuntu/Linux | ✔️ |||
115115

116-
* For Safari versions 13.1+ are supported, 1:1 calls are not supported on Safari.
117-
* Unless otherwise specified, the past 3 versions of each browser are supported.
116+
* 1:1 calls are not supported on Safari.
117+
* Outgoing Screen Sharing is not supported on iOS or Android.
118+
* [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 is a limitation of the OS, and there's always only one device, OS controls default device selection.
118119

119120
## Android Calling SDK support
120121

@@ -158,4 +159,4 @@ For example, this iframe allows both camera and microphone access:
158159
For more information, see the following articles:
159160
- Familiarize yourself with general [call flows](../call-flows.md)
160161
- Learn about [call types](../voice-video-calling/about-call-types.md)
161-
- [Plan your PSTN solution](../telephony-sms/plan-solution.md)
162+
- [Plan your PSTN solution](../telephony-sms/plan-solution.md)

0 commit comments

Comments
 (0)