File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
articles/communication-services/how-tos/calling-sdk
includes/call-transcription Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ You need to collect consent from all participants in the call before you can tra
26
26
## Support
27
27
The following tables define support of call transcription in Azure Communication Services.
28
28
29
- ## Identities & call types
29
+ ## Identities and call types
30
30
The following tables show support of transcription for specific call type and identity.
31
31
32
32
| Identities | Teams meeting | Room | 1:1 call | Group call | 1:1 Teams interop call | Group Teams interop call |
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ You can check state of the transcription in the property `isTranscriptionActive`
25
25
const isTranscriptionActive = callTranscriptionFeature .isTranscriptionActive ;
26
26
```
27
27
28
- You can subscribe to event, that is triggered when state of transcription changes:
28
+ You can subscribe to event that is triggered when state of transcription changes:
29
29
30
30
``` js
31
31
const isTranscriptionActiveChangedHandler = () => {
You can’t perform that action at this time.
0 commit comments