Interface PresenceSubscriptionResponse

A response object that allows you to control a presence subscription.

interface PresenceSubscriptionResponse {
    unsubscribe: (() => void);
}

Properties

Properties

unsubscribe: (() => void)

Unsubscribe the listener registered with Presence.subscribe from all presence events.