Toggle navigation
Forum
Sign In
Toggle navigation
Home
Categories
Discussions
Activity
Home
›
JavaScript
How to get online players count?
FrSyrup2017
✭
September 2018
in
JavaScript
use JS sdk
0
Comments
FrSyrup2017
✭
September 2018
i found onAppStats, and what the difference between peerCount and mastPeerCount?
0
JohnTube
mod
September 2018
Hi
@FrSyrup2017
,
I think:
-
peerCount
is the number of peers joined to rooms.
-
mastPeerCount
or
masterPeerCount
is the number of peers not joined to rooms.
You could check
this page
.
0
Sign In
or
Register
to comment.
Comments
I think:
-
peerCount
is the number of peers joined to rooms.-
mastPeerCount
ormasterPeerCount
is the number of peers not joined to rooms.You could check this page.