QualitySubscriber
Methods
off
off(eventType: , event: Function
): void
Remove a handler for the specified call event.
Parameters
eventType:
event:
Function
OptionalHandler function. If not specified, all handlers for the event will be removed.
Returns
type:
void
on
on(eventType: , 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
eventType:
event:
Function
Handler function. A single parameter is passed - object with event information
Returns
type:
void