Skip to main content
Version: 0.11.x

Interface: OdinMediaInfo

Represents a media stream in the ODIN room. Media streams are used for audio transmission between peers.

Properties

id

id: number

The unique identifier of the media stream.

Defined in

odin.room.d.ts:112


paused

paused: boolean

Whether the media stream is currently paused.

Defined in

odin.room.d.ts:122


properties

properties: Record<string, unknown>

Custom properties associated with this media stream.

Defined in

odin.room.d.ts:117