davee44
davee44

Reputation: 375

AS3: how to find out the number of connected users in the net group?

I'd like to get the number of users connected to my net group. Not just my peers/neighbors, but all the clients within the group. Does Cirrus provide such functionality?

Upvotes: 0

Views: 475

Answers (1)

Jason Reeves
Jason Reeves

Reputation: 1716

There is a property you can read:

NetGroup.estimatedMemberCount

That one tells you the estimate of all connections in the NetGroup. It's only an estimate based on neighbors you are connected to ... and they are connected to .. neighbor density... etc.

Upvotes: 1

Related Questions