Creates a new instance of the Recorder class.

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Sub 
New
C#
public 
Recorder()
Visual C++
public:
Recorder()
JavaScript

Microsoft.Rtc.Collaboration.AudioVideo.Recorder = 
function();

Remarks

By default, the state of the created Recorder instance is Stopped.

See Also