OnCaller
  • OnCaller Developer Document
  • API
    • Authentication
    • Blacklist Number Management
    • Business Hour Management
    • Caller Setting
    • Call Actions
    • Call Logs
  • SDK
    • Javascript SDK
      • OnCallerCall
      • OnCallerCallState
      • OnCallerClient
      • OnCaller Error Code
      • Example
    • OnCaller Call Widget
    • Android SDK
    • iOS SDK
    • React Native SDK
    • Cordova/IONIC SDK
Powered by GitBook
On this page

Was this helpful?

  1. SDK
  2. Javascript SDK

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.

PreviousOnCallerClientNextExample

Last updated 4 years ago

Was this helpful?