Skip to content

Commit ed9d1cb

Browse files
authored
Merge pull request #126910 from changeworld/patch-8
Fix typo: programatically -> programmatically
2 parents cc1eb79 + cd4dd0f commit ed9d1cb

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
@@ -116,7 +116,7 @@ The Azure Communication Calling SDK raises a cameraStartFailed: true call diagno
116116
## Hold and resume call
117117

118118
> [!NOTE]
119-
> At any given moment of time, there should be only 1 active call (in `Connected` state, with active media). All other calls should be put on hold by a user, or programatically by application. This is common in scenarios like contact centers, where a user may need to handle multiple outbound and inbound calls, all inactive calls should be put on hold, and user should interact with others only in active call
119+
> At any given moment of time, there should be only 1 active call (in `Connected` state, with active media). All other calls should be put on hold by a user, or programmatically by application. This is common in scenarios like contact centers, where a user may need to handle multiple outbound and inbound calls, all inactive calls should be put on hold, and user should interact with others only in active call
120120
121121
To hold or resume the call, you can use the `hold` and `resume` asynchronous APIs:
122122

0 commit comments

Comments
 (0)