OnCallerCallState
Defines values for a call's states.
Properties
Properties
Description
INIT = 0
The call is being initialized.
CALLING = 1
The call is initialized. Starts calling.
RINGING = 2
The call is ringing.
ANSWERED = 3
CONNECTED = 4
The call is started, starts a conversation.
BUSY = 5
Used to specify the callee rejects the call.
ENDED = 6
The call is terminated.
Last updated
Was this helpful?