hasSubscriptions
consthasSubscriptions: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).
Returns
Section titled “Returns”True if the channel has subscribers, false otherwise.