ConferenceSessionProperties.RecordingPolicy Property
Gets the recording policy determined by the administrator.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property RecordingPolicy As ConferenceRecordingPolicy
Get
Friend Set
'Usage
Dim instance As ConferenceSessionProperties
Dim value As ConferenceRecordingPolicy
value = instance.RecordingPolicy
public ConferenceRecordingPolicy RecordingPolicy { get; internal set; }
Property Value
Type: Microsoft.Rtc.Collaboration.ConferenceRecordingPolicy
Remarks
It is the responsibility of the recording client to honor this policy as it is not enforced by the server.
See Also
Reference
ConferenceSessionProperties Class