Skip to main content

@wildix/wda-stream-client > WebsocketEvent

WebsocketEvent variable

Signature:

WebsocketEvent: {
readonly AUTHORIZED: "authorized";
readonly BROADCAST: "broadcast";
readonly SUBSCRIBED: "subscribed";
readonly UNSUBSCRIBE: "unsubscribed";
}