ConnectionState type

The ConnectionState is used to indicate the connection state of the CallAgent.

  • 'Connected' - The CallAgent is connected and ready to receive incoming calls.
  • 'Disconnected' - The CallAgent is disconnected and might not receive incoming calls.
type ConnectionState = "Connected" | "Disconnected"