Share via


CommunicationRoom Class

Definition

The meeting room.

public class CommunicationRoom
type CommunicationRoom = class
Public Class CommunicationRoom
Inheritance
CommunicationRoom

Properties

CreatedAt

The timestamp when the room was created at the server. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ.

Id

Unique identifier of a room. This id is server generated.

PstnDialOutEnabled

Set this flag to true if, at the time of the call, dial out to a PSTN number is enabled in a particular room. By default, this flag is set to false.

ValidFrom

The timestamp from when the room is open for joining. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ.

ValidUntil

The timestamp from when the room can no longer be joined. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ.

Applies to