Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Latest commit

 

History

History
34 lines (22 loc) · 508 Bytes

index.md

File metadata and controls

34 lines (22 loc) · 508 Bytes
code type title description
true
page
count
Room:count

count

Returns the number of subscribers in the room.


count(callback)

Arguments Type Description
callback function Callback handling the response

Callback Response

Returns an integer containing the number of users subscribing to this room.

Usage

<<< ./snippets/count-1.java

Callback response

1