OptionalcreatedISO timestamp when the room was created
Unique room identifier assigned by the server
Room name used for joining
User ID of the room owner/host
OptionalrecordingRecording ID if the room is being recorded, null/undefined otherwise
OptionalrequireWhether the room requires waiting room approval for participants
OptionalresponseAI context response ID (set when transcription has useContext enabled)
OptionalstreamingStreaming ID if the room is being streamed, null/undefined otherwise
OptionaltranscribingTranscribing ID if the room is being transcribed, null/undefined otherwise
Room information returned when creating or joining a room.
Remarks
Provides metadata about the current room including its owner and active capture sessions (recording, streaming, transcription). Available via the room state after successfully creating or joining a room.
See
RoomState for the containing state object