Partilhar via


ConferenceScheduleInformation Constructor (SchedulingTemplate)

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

Namespace:  Microsoft.Rtc.Collaboration.ConferenceManagement
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Sub New ( _
    schedulingTemplate As SchedulingTemplate _
)
'Usage
Dim schedulingTemplate As SchedulingTemplate

Dim instance As New ConferenceScheduleInformation(schedulingTemplate)
public ConferenceScheduleInformation(
    SchedulingTemplate schedulingTemplate
)

Parameters

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.

See Also

Reference

ConferenceScheduleInformation Class

ConferenceScheduleInformation Members

ConferenceScheduleInformation Overload

Microsoft.Rtc.Collaboration.ConferenceManagement Namespace