Skip to content

Commit 0214af1

Browse files
authored
Add SDK compatibility table for media access
1 parent 9a56b75 commit 0214af1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

articles/communication-services/how-tos/calling-sdk/includes/media-access/media-access-web.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,3 +153,17 @@ Class `MeetingMediaAccess` has the following properties:
153153
|412 | 46505| ExpectedError | Failed to change media access. | Use media access APIs only when your instance of `Call` has property `state` set to `connected`. |
154154
|412| 46506 | UnexpectedClientError | Media access change failed as meeting capabilities are empty. | Gather browser console logs and contact Azure Communication Services support. |
155155
|412| 46507 | ExpectedError | Azure Communication Services currently disabled this feature. | Try the APIs in a couple of days. |
156+
157+
## SDK compatibility
158+
159+
The following table shows the minimum version of SDKs that support individual APIs.
160+
|Operations | Web | Web UI | iOS | iOS UI | Android | Android UI | Windows |
161+
|-------------|-----|--------|-----|--------|---------|------------|---------|
162+
|permit audio | v1.31.2,<br>1.32.1-beta.1|X|X|X|X|X|X|
163+
|forbid audio | v1.31.2,<br>1.32.1-beta.1|X|X|X|X|X|X|
164+
|Permit others audio| v1.31.2,<br>1.32.1-beta.1|X|X|X|X|X|X|
165+
|Forbid others audio| v1.31.2,<br>1.32.1-beta.1|X|X|X|X|X|X|
166+
|permit video | v1.31.2,<br>1.32.1-beta.1|X|X|X|X|X|X|
167+
|forbid video | v1.31.2,<br>1.32.1-beta.1|X|X|X|X|X|X|
168+
|Permit others video| v1.31.2,<br>1.32.1-beta.1|X|X|X|X|X|X|
169+
|Forbid others video| v1.31.2,<br>1.32.1-beta.1|X|X|X|X|X|X|

0 commit comments

Comments
 (0)