ConferenceRecordingPolicy Enum
Definition
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.
Represents the policy set by the enterprise administrator for recording conferences.
public enum class ConferenceRecordingPolicy
public enum ConferenceRecordingPolicy
type ConferenceRecordingPolicy =
Public Enum ConferenceRecordingPolicy
- Inheritance
-
ConferenceRecordingPolicy
Fields
Name | Value | Description |
---|---|---|
Undetermined | 0 | The recording policy is not defined. |
SameEnterprise | 1 | Only clients in the same enterprise can record. |
Everyone | 2 | Everyone can record. |
Unauthorized | 3 | Clients are unauthorized to record. |
Remarks
The administrator policy is not enforced by the server and should be honored by recording clients.