Skip to main content
Version: 0.23.0

Class: FishjamWSNotifier

Defined in: js-server-sdk/src/ws_notifier.ts:76

Notifier object that can be used to get notified about various events related to the Fishjam App.

Extends

Constructors

Constructor

new FishjamWSNotifier(config, onError, onClose): FishjamWSNotifier

Defined in: js-server-sdk/src/ws_notifier.ts:79

Parameters

ParameterType
configFishjamConfig
onErrorErrorEventHandler
onCloseCloseEventHandler

Returns

FishjamWSNotifier

Overrides

(EventEmitter as new () => TypedEmitter<NotificationEvents>).constructor