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