You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Call transcription state is only available from Teams meetings. Currently there's no support for call transcription state for Azure Communication Services to Azure Communication Services calls.
21
-
22
-
When using call transcription you may want to let your users know that a call is being transcribe. Here's how.
17
+
You need to collect consent from all participants in the call before you can transcribe them. Microsoft Teams allows users to start transcription in the meetings or calls. You would receive event when transcription has started on you can check the transcription state, if transcription started before you joined the call or meeting.
23
18
24
19
## Prerequisites
25
20
@@ -28,6 +23,37 @@ When using call transcription you may want to let your users know that a call is
28
23
- A user access token to enable the calling client. For more information, see [Create and manage access tokens](../../quickstarts/identity/access-tokens.md).
29
24
- Optional: Complete the quickstart to [add voice calling to your application](../../quickstarts/voice-video-calling/getting-started-with-calling.md)
30
25
26
+
## Support
27
+
The following tables define support of call transcription in Azure Communication Services.
28
+
29
+
## Identities and call types
30
+
The following tables show support of transcription for specific call type and identity.
31
+
32
+
|Identities | Teams meeting | Room | 1:1 call | Group call | 1:1 Teams interop call | Group Teams interop call |
> Due to changes in Microsoft Teams, JavaScript calling SDKs with versions 1.21 and lower stops Teams transcription and blocks Teams users to start transcription. If you would like to leverage Teams transcription in the calls and meetings, you need to upgrade your calling SDK to at least version 1.22.
13
+
14
+
## Call transcription
15
+
16
+
`Transcription` is an extended feature of the class `Call`. You first need to obtain the transcription feature API object
0 commit comments