Our new developer documentation is now available. Please check it out!
Room.GetRemotePeersIds
Warning
Version 1.1.0 is deprecated and will be removed in the future and is not being supported for new users. Please update to the latest version as soon as possible.
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 |