Skip to content

Commit 9454e7c

Browse files
authored
pencil edit
1 parent 4831a47 commit 9454e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/tutorials/includes/twilio-to-acs-video-webjs-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ twilioRoom.on('dominantSpeakerChanged', (participant) => {
757757
758758
#### Azure Communication Services
759759
760-
Dominant speakers for a call are an extended feature of the core Call API. It enables you to obtain a list of the active speakers in the call. Thhe list of dominant speakers is a ranked list, where the first element in the list represents the last active speaker on the call and so on.
760+
Dominant speakers for a call are an extended feature of the core Call API. It enables you to obtain a list of the active speakers in the call. The list of dominant speakers is a ranked list, where the first element in the list represents the last active speaker on the call and so on.
761761
762762
In order to obtain the dominant speakers in a call, you first need to obtain the call dominant speakers feature API object:
763763
```javascript

0 commit comments

Comments
 (0)