Our new developer documentation is now available. Please check it out!
OdinMediaAddedEventPayload
On this page
export interface OdinMediaAddedEventPayload
The payload for the MediaAdded 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 added. |
peerId | number | The ID of the peer that added the media. |
tag | number | An internal integer representing the type of the event. This is mainly used internally for testing purposes. |