CallState type
Call states.
type CallState =
| "None"
| "Connecting"
| "Ringing"
| "Connected"
| "LocalHold"
| "RemoteHold"
| "InLobby"
| "Disconnecting"
| "Disconnected"
| "EarlyMedia"
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Call states.
type CallState =
| "None"
| "Connecting"
| "Ringing"
| "Connected"
| "LocalHold"
| "RemoteHold"
| "InLobby"
| "Disconnecting"
| "Disconnected"
| "EarlyMedia"