Skip to content

Commit da37d1b

Browse files
authored
Update call-transcription.md
1 parent 1cad010 commit da37d1b

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,33 @@ When using call transcription you may want to let your users know that a call is
2828
- A user access token to enable the calling client. For more information, see [Create and manage access tokens](../../quickstarts/identity/access-tokens.md).
2929
- Optional: Complete the quickstart to [add voice calling to your application](../../quickstarts/voice-video-calling/getting-started-with-calling.md)
3030

31+
## Support
32+
The following tables define support of call transcription in Azure Communication Services.
33+
34+
## Identities & call types
35+
The following tables show support of breakout rooms for specific call type and identity.
36+
37+
|Identities | Teams meeting | Room | 1:1 call | Group call | 1:1 Teams interop call | Group Teams interop call |
38+
|-----------------------------|---------------|------|----------|------------|------------------------|--------------------------|
39+
|Communication Services user | ✔️ | | | | ✔️ | ✔️ |
40+
|Microsoft 365 user | ✔️ | | | | ✔️ | ✔️ |
41+
42+
# Operations
43+
The following tables show support of individual APIs in calling SDK to individual identity types.
44+
45+
|Operations | Communication Services user | Microsoft 365 user |
46+
|-----------------------------|------------------------------|-------------------|
47+
|Get event that transcription has started | ✔️ | ✔️ |
48+
|Get transcription state | ✔️ | ✔️ |
49+
|Start or stop transcription | | |
50+
51+
## SDKs
52+
The following tables show support of transcription in individual Azure Communication Services SDKs.
53+
54+
| | Web | Web UI | iOS | iOS UI | Android | Android UI | Windows |
55+
|-------------|-----|--------|-----|--------|---------|------------|---------|
56+
|Is Supported | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
57+
3158
::: zone pivot="platform-web"
3259
[!INCLUDE [Call transcription client-side Web](./includes/call-transcription/call-transcription-web.md)]
3360
::: zone-end

0 commit comments

Comments
 (0)