Rate this page:

QualitySubscriber

Methods

off

Copy URL
off(eventType: 

QualityEventTypes

,
event:

Function

):

void

Remove a handler for the specified call event.

Parameters

  • event:

    Function

    Optional

    Handler function. If not specified, all handlers for the event will be removed.

Returns

  • type:

    void

on

Copy URL
on(eventType: 

QualityEventTypes

,
event:

Function

):

void

Register a handler for the specified call event. One event can have more than one handler. Use the [Call.qualityIssues.off] method to delete a handler.

Parameters

  • event:

    Function

    Handler function. A single parameter is passed - object with event information

Returns

  • type:

    void