Developer Documentation

OdinMediaRemovedEventPayload

export interface OdinMediaRemovedEventPayload

The payload for the MediaRemoved event.

Properties

NameTypeDescription
eventanyThe name of the event that was fired (see keys of OdinEvents for possible values).
mediaIdnumberThe ID of the media that was removed.
peerIdnumberThe ID of the peer that removed the media.
tagnumberAn internal integer representing the type of the event. This is mainly used internally for testing purposes.