Our new developer documentation is now available. Please check it out!
OdinRoom.getPeerById
On this page
getPeerById(id: number): undefined | OdinPeer
Returns the OdinPeer
instance matching the specified ID.
Parameters
Name | Type | Description |
---|---|---|
id | number | The peer ID to search for |
Returns
Type | Description |
---|---|
undefined | OdinPeer |