Our new developer documentation is now available. Please check it out!
OdinMediaRemovedEventPayload
On this page
export interface OdinMediaRemovedEventPayload
The payload for the MediaRemoved event.
Properties
Name | Type | Description |
---|---|---|
event | any | The name of the event that was fired (see keys of OdinEvents for possible values). |
mediaId | number | The ID of the media that was removed. |
peerId | number | The ID of the peer that removed the media. |
tag | number | An internal integer representing the type of the event. This is mainly used internally for testing purposes. |