OnCaller Error Code

Defines values for a error.

Constants

Code

Description

INIT = 0

The call is being initialized.

CALLING = 1

The call is initialized. Starts calling.

RINGING = 2

The call is ringing.

ANSWERED = 3

The call has answered

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?