Skip to content

hasSubscriptions

const hasSubscriptions: any = addon.hasSubscriptions

Defined in: index.cts:523

Checks if a channel has any subscribers.

channelName

The name of the channel to check (Buffer, ArrayBuffer, or string).

True if the channel has subscribers, false otherwise.