Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RoomProperties

Implemented by

Index

Properties

android_availableAudioDevices: AudioDeviceType[]

Gets available audio devices.

platform

Android

since

1.0.0

android_currentAudioDevice: null | AudioDeviceType

Gets current audio device.

platform

Android

since

1.0.0

createdAt: number

Gets createdAt that is a timestamp of creating the room.

since

1.0.0

createdBy: string

Gets user ID created the room.

since

1.0.0

customItems: Record<string, string>

Gets custom items of this Room instance.

since

1.0.0

localParticipant: null | ParticipantProperties

Gets the local participant.

since

1.0.0

participants: ParticipantProperties[]

Gets a list of participants who entered the room.

since

1.0.0

remoteParticipants: ParticipantProperties[]

Gets a list of remote participants who entered the room.

since

1.0.0

roomId: string

Gets room ID.

since

1.0.0

state: RoomState

Gets state of room.

since

1.0.0

type: RoomType

Gets type of room.

since

1.0.0

Generated using TypeDoc