RoomSession
Represents a room session. You can obtain instances of this class by subscribing to the appropriate events from Video.Client.
Example
Properties
displayName
- displayName:
string
Display name for this room. Defaults to the value of name
hideVideoMuted
- hideVideoMuted:
boolean
Whether muted videos are shown in the room layout. See setHideVideoMuted
id
- id:
string
Unique id for this room session
layoutName
- layoutName:
string
Current layout name used in the room.
meta
- meta:
Record``<string, unknown>
Metadata associated to this room session.
name
- name:
string
Name of this room
previewUrl
OptionalpreviewUrl:string
URL to the room preview.
layoutName
OptionallayoutName:string
Current layout name used in the room.
recording
- recording:
boolean
Whether recording is active
recordings
Optionalrecordings:any[]
Deprecated
Please use getRecordings instead.
List of active recordings in the room
roomId
- roomId:
string
Id of the room associated to this room session