SchedulingTemplate Enumeration

Represents the method used in scheduling a conference.

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

Syntax

'Declaration
Public Enumeration SchedulingTemplate
'Usage
Dim instance As SchedulingTemplate
public enum SchedulingTemplate

Members

Member name Description
OrganizerSupplied The conference was scheduled based on an organizer supplied template.

This is the recommended method for scheduling conferences.

Any properties not supplied by the organizer are either supplied by the platform or automatically determined by the conference. As an example, if an organizer does not specify the required MCUs, the system schedules the conference with the Instant Messaging MCU by default.

AdministratorSupplied The conference was scheduled based on an administrator supplied template.

This is only intended for advanced scenarios. Most applications should use OrganizerSupplied.

Remarks

There are two ways for scheduling conferences. The first depends on properties set by the organizer OrganizerSupplied . An organizer can change the conference properties to any permissible value. The other scheduling type depends on a template determined by the system administrator AdministratorSupplied . The organizer cannot supply any configuration other than the conference ID. All other conference properties are automatically set by the system depending on the settings specified by the system administrator.

Scheduling conferences using the administrator template is only intended for advanced scenarios. Most applications should use organizer template scheduling.

See Also

Reference

Microsoft.Rtc.Collaboration Namespace