ConferenceScheduleInformation Constructors

Definition

Overloads

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.

ConferenceScheduleInformation()

Creates a new instance of the ConferenceScheduleInformation class.

C#
public ConferenceScheduleInformation ();

Applies to

Lync UCMA latest otras versiones
Producto Versiones
Lync UCMA 4.0, 5.0, latest

ConferenceScheduleInformation(SchedulingTemplate)

Creates a new instance of the ConferenceScheduleInformation class based on the supplied scheduling template type.

C#
public ConferenceScheduleInformation (Microsoft.Rtc.Collaboration.SchedulingTemplate schedulingTemplate);

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