RoomSessionFullState
Objects of this type contain the full state of a RoomSession at a given point in time.
Properties
id
Unique id for this room session.
roomId
ID of the room associated to this room session.
name
Name of this room.
displayName
Display name for this room. Defaults to the value of name.
layoutName
Current layout name used in the room.
hideVideoMuted
Whether muted videos are shown in the room layout. See setHideVideoMuted.
recording
Whether recording is active.
members
List of members that are part of this room session. See RoomSessionMember.
meta
Metadata associated to this room session.
previewUrl
URL to the room preview.
recordings
List of active recordings in the room.
Example
Getting the full state of a room session when it starts:
Methods
You get the same methods that are available on a RoomSession object.