Home > borogove > Client > addCallUpdateStatusListener

Client.addCallUpdateStatusListener() method

Event fired when an existing call changes status (connecting, failed, etc)

Signature:

addCallUpdateStatusListener(handler: (arg0: borogove.calls.InitiatedSession) => void): number;

Parameters

Parameter Type Description
handler (arg0: borogove.calls.InitiatedSession) => void takes one argument, the associated Session

Returns:

number

token for use with removeEventListener