You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/how-tos/calling-sdk/includes/manage-calls/manage-calls-web.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -323,8 +323,8 @@ This returns a string representing the current state of a call:
323
323
- `Ringing`: For an outgoing call, indicates that a call is ringing for remote participants. It's `Incoming` on their side.
324
324
-`EarlyMedia`: Indicates a state in which an announcement is played before the call is connected.
325
325
-`Connected`: Indicates that the call is connected.
326
-
-`LocalHold`: Indicates that a local partipant the call put the call on hold. No media is flowing between the local endpoint and remote participants.
327
-
-`RemoteHold`: Indicates that a remote partipant the call put the call on hold. No media is flowing between the local endpoint and remote participants.
326
+
-`LocalHold`: Indicates that a local participant the call put the call on hold. No media is flowing between the local endpoint and remote participants.
327
+
-`RemoteHold`: Indicates that a remote participant the call put the call on hold. No media is flowing between the local endpoint and remote participants.
328
328
-`InLobby`: Indicates that user is in lobby.
329
329
-`Disconnecting`: Transition state before the call goes to a `Disconnected` state.
330
330
-`Disconnected`: Final call state. If the network connection is lost, the state changes to `Disconnected` after two minutes.
0 commit comments