Our new developer documentation is now available. Please check it out!
Room.GetRemotePeersIds
public List<ulong> GetRemotePeersIds(bool includeSelf)
Get a copy of all PeerIds in this room
Parameters
Name | Type | Description |
---|---|---|
includeSelf | Boolean | to add the own peer id from the Joined event |
Returns
Type | Description |
---|---|
List<UInt64> | PeerIds |