actionscript-3p2padobe-cirrus

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?


Solution

  • 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.