OdinHandler.GetPeer
public Peer GetPeer(string roomId, ulong peerId)
Gets the a Peer object from a specified room matching a peer ID
Info
Local seen Peers only, not
Parameters
Name | Type | Description |
---|---|---|
roomId | String | Room identifier e.g name or token |
peerId | UInt64 | peer ID |
Returns
Type | Description |
---|---|
Peer | Peer or null |