CommunicationRoom Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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: |
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: |
ValidUntil |
The timestamp from when the room can no longer be joined. The timestamp is in RFC3339 format: |
Applies to
Azure SDK for .NET