Skip to content

Commit fac584a

Browse files
author
Kevin Le Goff
committed
Fix typos
1 parent f79ab32 commit fac584a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,8 @@ This returns a string representing the current state of a call:
323323
- `Ringing`: For an outgoing call, indicates that a call is ringing for remote participants. It's `Incoming` on their side.
324324
- `EarlyMedia`: Indicates a state in which an announcement is played before the call is connected.
325325
- `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.
328328
- `InLobby`: Indicates that user is in lobby.
329329
- `Disconnecting`: Transition state before the call goes to a `Disconnected` state.
330330
- `Disconnected`: Final call state. If the network connection is lost, the state changes to `Disconnected` after two minutes.

0 commit comments

Comments
 (0)