PlanetKitCallState
@objc
@frozen
public enum PlanetKitCallState : Int
Represents the state of a PlanetKit call.
-
The call is idle.
Declaration
Swift
case idle
-
The call is trying to connect.
Declaration
Swift
case trying
-
The call is waiting for an answer.
Declaration
Swift
case waitAnswer
-
The call has been verified.
Declaration
Swift
case verified
-
The call is connected.
Declaration
Swift
case connected
-
The call is disconnected.
Declaration
Swift
case disconnected