OdinHandler.GetPeers
public IEnumerable<Peer> GetPeers(string roomId, bool includeSelf = false)
Get all remote peers inside a room
Parameters
Name | Type | Description |
---|---|---|
roomId | String | Room identifier e.g name or token |
includeSelf | Boolean | optionally include Self in peers result |
Returns
Type | Description |
---|---|
IEnumerable<Peer> | IEnumerable of RemotePeers |