Skip to content

Commit 0278f7f

Browse files
authored
Merge pull request #293040 from sonalisaxenacse12/AddMinimumVersion
Adding minimum version for Recording and Transcription feature APIs
2 parents e123d09 + 6778505 commit 0278f7f

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

articles/communication-services/how-tos/calling-sdk/call-transcription.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,17 @@ The following tables show support of transcription in individual Azure Communica
7272
[!INCLUDE [Call transcription client-side Windows](./includes/call-transcription/call-transcription-windows.md)]
7373
::: zone-end
7474

75+
## SDK compatibility
76+
77+
The following table shows the minimum version of SDKs that support individual APIs.
78+
79+
| Operations | Web | Web UI | iOS | iOS UI | Android | Android UI | Windows |
80+
|------------|-----|--------|-----|--------|---------|------------|---------|
81+
| Get event that transcription has started | 1.0.0, 1.25.3-beta.1 | 1.0.0, 1.0.0-beta.8 | 2.1.0, 2.1.0-beta.1 | 1.0.0, 1.0.0-beta.8 | 1.1.0, 1.2.0-beta.1 | 1.0.0, 1.0.0-beta.8 | 1.0.0, 1.0.0-beta.31 |
82+
| Get transcription state | 1.0.0, 1.25.3-beta.1 | 1.0.0, 1.0.0-beta.8 | 2.1.0, 2.1.0-beta.1 | 1.0.0, 1.0.0-beta.8 | 1.1.0, 1.2.0-beta.1 | 1.0.0, 1.0.0-beta.8 | 1.0.0, 1.0.0-beta.31 |
83+
| Learn whether explicit consent is required | 1.31.2, 1.32.1-beta.1 |||||||
84+
| Give explicit consent for being recorded | 1.31.2, 1.32.1-beta.1 |||||||
85+
7586
## Next steps
7687
- [Learn how to manage video](./manage-video.md)
7788
- [Learn how to manage calls](./manage-calls.md)

articles/communication-services/how-tos/calling-sdk/record-calls.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,17 @@ The following tables show support of recording in individual Azure Communication
8282
[!INCLUDE [Record calls client-side Windows](./includes/record-calls/record-calls-windows.md)]
8383
::: zone-end
8484

85+
## SDK compatibility
86+
87+
The following table shows the minimum version of SDKs that support individual APIs.
88+
89+
| Operations | Web | Web UI | iOS | iOS UI | Android | Android UI | Windows |
90+
|------------|-----|--------|-----|--------|---------|------------|---------|
91+
| Get notification that recording started or stopped | 1.0.0, 1.25.3-beta.1 | 1.0.0, 1.15.0-beta.1 | 2.0.0, 2.1.0-beta.1 | 1.0.0, 1.15.0-beta.1 | 2.0.0, 1.2.0-beta.1 | 1.0.0, 1.15.0-beta.1 | 1.0.0, 1.0.0-beta.31 |
92+
| Get state of recording | 1.0.0, 1.25.3-beta.1 | 1.0.0, 1.15.0-beta.1 | 2.0.0, 2.1.0-beta.1 | 1.0.0, 1.15.0-beta.1 | 2.0.0, 1.2.0-beta.1 | 1.0.0, 1.15.0-beta.1 | 1.0.0, 1.0.0-beta.31 |
93+
| Learn whether explicit consent is required | 1.31.2, 1.32.1-beta.1 |||||||
94+
| Give explicit consent for being recorded | 1.31.2, 1.32.1-beta.1 |||||||
95+
8596
## Next steps
8697

8798
- [Learn how to manage calls](./manage-calls.md)

0 commit comments

Comments
 (0)