TalkSDK-1.0.0 Documentation Beta

Enumeration Call​Status

@objc public enum CallStatus

Represents all possible states of the call.

CallStatus CallStatus Int Int CallStatus->Int

Conforms To

Int

Enumeration Cases

connecting

case connecting

The call is connecting.

connected

case connected

The call has been connected.

disconnected

case disconnected

The call has disconnected.

failed

case failed

The call has been disconnected.

reconnecting

case reconnecting

The call starts to reconnect.

reconnected

case reconnected

The call has reconnected.