Our new developer documentation is now available. Please check it out!
OdinPeer.removeMediaById
On this page
removeMediaById(id: number): void
Removes a media from the list of active medias by the given ID and stops decoding.
Parameters
Name | Type | Description |
---|---|---|
id | number | The media ID to remove |
Returns
Type | Description |
---|---|
void |