API Docs for: 1.4.7
Show:

CallState Class

Defined in: src/SDK/CallDefs.js:2
Module: SinchInternal

Static class for Call States

Item Index

Properties

ENDED

Object

Call is ended. The end cause can be found using callEndCause() method in the call object. The event 'onCallEnded' will be called on transition to this CallState.

ESTABLISHED

Object

Call is established, during this phase the ringtone should not play and instead the stream referenced in incomingStream, in the call object, should be played in an audio element. The event 'onCallEstablished' will be called on transition to this CallState.

INITIATING

Object

Call is initiating.

PROGRESSING

Object

Call is progressing, during this state, you might want to play a ringtone. The event 'onCallProgressing' will be called on transition to this CallState.