ConferenceScheduleInformation Constructors
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.
ConferenceScheduleInformation() |
Creates a new instance of the ConferenceScheduleInformation class. |
ConferenceScheduleInformation(SchedulingTemplate) |
Creates a new instance of the ConferenceScheduleInformation class based on the supplied scheduling template type. |
Creates a new instance of the ConferenceScheduleInformation class.
public:
ConferenceScheduleInformation();
public ConferenceScheduleInformation ();
Public Sub New ()
Applies to
Lync UCMA latest otras versiones
Producto | Versiones |
---|---|
Lync UCMA | 4.0, 5.0, latest |
Creates a new instance of the ConferenceScheduleInformation class based on the supplied scheduling template type.
public:
ConferenceScheduleInformation(Microsoft::Rtc::Collaboration::SchedulingTemplate schedulingTemplate);
public ConferenceScheduleInformation (Microsoft.Rtc.Collaboration.SchedulingTemplate schedulingTemplate);
new Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceScheduleInformation : Microsoft.Rtc.Collaboration.SchedulingTemplate -> Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceScheduleInformation
Parameters
- schedulingTemplate
- SchedulingTemplate
The scheduling template used to schedule the conference.
Remarks
There are two ways for scheduling conferences. The first which is the OrganizerSupplied depends on properties set by the organizer. An organizer can change the conference properties to any value that they have been configured. The other type called AdministratorSupplied depends on a template determined by the system administrator. The organizer cannot supply any property other than the conference ID. All other properties are automatically set by the system.
Scheduling conferences using the administrator template is only intended for advanced scenarios. Most applications should use organizer template scheduling.
Applies to
Lync UCMA latest otras versiones
Producto | Versiones |
---|---|
Lync UCMA | 4.0, 5.0, latest |