Skip to content

Commit 04c67b3

Browse files
authored
Acrolinx and heading style
1 parent ef71374 commit 04c67b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You need to collect consent from all participants in the call before you can tra
2626
## Support
2727
The following tables define support of call transcription in Azure Communication Services.
2828

29-
## Identities & call types
29+
## Identities and call types
3030
The following tables show support of transcription for specific call type and identity.
3131

3232
|Identities | Teams meeting | Room | 1:1 call | Group call | 1:1 Teams interop call | Group Teams interop call |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can check state of the transcription in the property `isTranscriptionActive`
2525
const isTranscriptionActive = callTranscriptionFeature.isTranscriptionActive;
2626
```
2727

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:
2929

3030
```js
3131
const isTranscriptionActiveChangedHandler = () => {

0 commit comments

Comments
 (0)