WebRTC iOS Call State
ENUM
CallState
public enum CallState
CallState
represents the state of the call
Cases
NEW
case NEW
New call has been created in the client.
CONNECTING
case CONNECTING
The outbound call is being sent to the server.
RINGING
case RINGING
Call is pending to be answered. Someone is attempting to call you.
ACTIVE
case ACTIVE
Call is active when two clients are fully connected.
HELD
case HELD
Call has been held.
DONE
case DONE
Call has ended.