Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.34 KB

File metadata and controls

40 lines (27 loc) · 1.34 KB
code type title description
true
page
count
Count subscribers for a subscription room

count

Returns the number of other connections sharing the same subscription.

Arguments

count(roomId, [options]);

Arguments Type Description
roomId
string
Subscription room ID
options
object
Query options

options

Additional query options

Option Type
(default)
Description
queuable
boolean

(true)
Make this request queuable or not
timeout
number

Time (in ms) during which a request will still be waited to be resolved. Set it -1 if you want to wait indefinitely

Resolves

Resolves to a number representing active connections using the same provided subscription room.

Usage

<<< ./snippets/count.js