Represents the policy set by the enterprise administrator for recording conferences.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Enumeration ConferenceRecordingPolicy
'Usage
Dim instance As ConferenceRecordingPolicy
public enum ConferenceRecordingPolicy
Members
| Member name | Description | |
|---|---|---|
| Undetermined | The recording policy is not defined.
This happens when the conference is hosted on a server version prior to Microsoft Lync Server 2010. |
|
| SameEnterprise | Only clients in the same enterprise can record. | |
| Everyone | Everyone can record. | |
| Unauthorized | Clients are unauthorized to record.
Clients should honor this setting. |
Remarks
The administrator policy is not enforced by the server and should be honored by recording clients.