Interface: OdinMediaRemovedEventPayload
The payload for the MediaRemoved event.
Extends
Properties
event
event: keyof
OdinEvents
The name of the event that was fired (see keys of OdinEvents for possible values).
Inherited from
Defined in
odin.room.d.ts:89
mediaId
mediaId:
number
The ID of the media that was removed.
Defined in
odin.room.d.ts:254
peerId
peerId:
number
The ID of the peer that removed the media.
Defined in
odin.room.d.ts:249
tag
tag:
number
An internal integer representing the type of the event. This is mainly used internally for testing purposes.
Inherited from
Defined in
odin.room.d.ts:94