realtime/subscriber_registry.ts view source
SubscribeOptions Options for SubscriberRegistry.subscribe.
channels
Channels to subscribe to. Empty/absent = all channels.
ReadonlyArray<string>scope
Primary (capped) identity — e.g., session hash. Subject to
max_per_scope and matched by close_by_identity.
stringgroups
Grouping identities — e.g., account id. Matched by close_by_identity
but NOT subject to the cap. Use for coarse-targeted close.
ReadonlyArray<string>