Skip to content

Commit 8ceed4d

Browse files
authored
Capitalize table entries for audio and video operations
1 parent 0214af1 commit 8ceed4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,11 @@ Class `MeetingMediaAccess` has the following properties:
159159
The following table shows the minimum version of SDKs that support individual APIs.
160160
|Operations | Web | Web UI | iOS | iOS UI | Android | Android UI | Windows |
161161
|-------------|-----|--------|-----|--------|---------|------------|---------|
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|
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|
164164
|Permit others audio| v1.31.2,<br>1.32.1-beta.1|X|X|X|X|X|X|
165165
|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|
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|
168168
|Permit others video| v1.31.2,<br>1.32.1-beta.1|X|X|X|X|X|X|
169169
|Forbid others video| v1.31.2,<br>1.32.1-beta.1|X|X|X|X|X|X|

0 commit comments

Comments
 (0)