Skip to content

Commit aabcfea

Browse files
Merge pull request #220488 from RyanHill-MSFT/issues/102288-manage-calls-web
(Azure CXP) Update manage-calls-web.md
2 parents b7e18d5 + a9569b2 commit aabcfea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/how-tos/calling-sdk/includes/manage-calls/manage-calls-web.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ await call.muteIncomingAudio();
126126
await call.unmuteIncomingAudio();
127127
```
128128

129-
When incoming audio is muted, the participant will still receive the call audio (remote participant's audio). The call audio will not paly in the speaker and the participant will not be able to listen until 'call.unmuteIncomingAudio()' is called. However, we can apply filter on call audio and play the filtered audio.
129+
When incoming audio is muted, the participant will still receive the call audio (remote participant's audio). The call audio will not play in the speaker and the participant will not be able to listen until 'call.unmuteIncomingAudio()' is called. However, we can apply filter on call audio and play the filtered audio.
130130

131131
## Manage remote participants
132132

0 commit comments

Comments
 (0)