ConferenceScheduleInformation Members

Include Protected Members
Include Inherited Members

Represents information to be used in scheduling and updating conferences.

The ConferenceScheduleInformation type exposes the following members.

Constructors

  Name Description
Public method ConferenceScheduleInformation() Creates a new instance of the ConferenceScheduleInformation class.
Public method ConferenceScheduleInformation(SchedulingTemplate) Creates a new instance of the ConferenceScheduleInformation class based on the supplied scheduling template type.

Top

Properties

  Name Description
Public property AccessLevel Gets or sets the access level that controls admission into a conference.
Public property AdmissionPolicy Obsolete. This property will be removed from future versions. Use 'ConferenceScheduleInformation.AccessLevel' instead. Gets or sets the admission policy to control access to a conference.
Public property AttendanceAnnouncementsStatus Gets or sets the attendance announcements status for the conference.
Public property AutomaticLeaderAssignment Gets or sets the policy for automatically promoting users joining a conference.
Public property ConferenceId Gets or sets the conference ID of the new conference to schedule, or the ID of the conference to update.
Public property Description Gets or sets a longer description of the conference.
Public property ExpiryTime Gets or sets the absolute date and time after which the conference can be deleted.
Public property IsPasscodeOptional Gets or sets whether trusted applications may elect to skip challenging anonymous users for the conference passcode.
Public property LobbyBypass Gets or sets the lobby bypass setting for the conference.
Public property Mcus Gets the list of MCU settings.
Public property OrganizerData Gets or sets an arbitrary XML blob set by the organizer.
Public property ParticipantData Gets or sets an arbitrary XML blob set by the organizer and to be sent to conference attendees upon joining the conference.
Public property Participants Gets the list of participants, and their roles.
Public property Passcode Gets or sets the conference passcode to be used by anonymous users.
Public property PhoneAccessEnabled Gets or sets whether participants can join the conference over the phone.
Public property SchedulingTemplate Gets the scheduling template used to schedule the conference.
Public property Subject Gets or sets the subject of the conference.
Public property Version Gets or sets the revision number of the scheduled conference.

Top

Methods

  Name Description
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Public method ToString (inherited from Object)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IXmlSerializable.GetSchema Returns the schema for the serialization.
Explicit interface implemetationPrivate method IXmlSerializable.ReadXml Deserializes the conference schedule settings from the XML. Not required.
Explicit interface implemetationPrivate method IXmlSerializable.WriteXml Serializes the XML settings

Top

See Also

Reference

ConferenceScheduleInformation Class

Microsoft.Rtc.Collaboration.ConferenceManagement Namespace