Edit

Share via


SchedulingTemplate Enum

Definition

Represents the method used in scheduling a conference.

public enum class SchedulingTemplate
public enum SchedulingTemplate
type SchedulingTemplate = 
Public Enum SchedulingTemplate
Inheritance
SchedulingTemplate

Fields

Name Value Description
OrganizerSupplied 0

The conference was scheduled based on an organizer supplied template.

AdministratorSupplied 1

The conference was scheduled based on an administrator supplied template.

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.

Applies to