ConferenceSession.RecordingPolicy Property
Gets the recording policy set by the administrator.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property RecordingPolicy As ConferenceRecordingPolicy
Get
'Usage
Dim instance As ConferenceSession
Dim value As ConferenceRecordingPolicy
value = instance.RecordingPolicy
public ConferenceRecordingPolicy RecordingPolicy { get; }
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.