Condividi tramite


CreateRoomOptions Class

Definition

The Azure Communication Services Rooms Create Options

public class CreateRoomOptions
type CreateRoomOptions = class
Public Class CreateRoomOptions
Inheritance
CreateRoomOptions

Constructors

CreateRoomOptions()

Properties

Participants

A collection of participants.

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