Condividi tramite


UpdateRoomOptions Class

Definition

The Azure Communication Services Rooms Create Options

public class UpdateRoomOptions
type UpdateRoomOptions = class
Public Class UpdateRoomOptions
Inheritance
UpdateRoomOptions

Constructors

UpdateRoomOptions()

Properties

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