Pauses the recorder.

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

Syntax

Visual Basic (Declaration)
Public 
Sub 
Pause
C#
public 
void 
Pause()
Visual C++
public:
void 
Pause()
JavaScript
function 
pause();

Remarks

Pause can be called only on recorder whose state is Started. To resume recording call Recorder.Start.

Exceptions

Exception Condition
InvalidOperationException Thrown when the recorder's State is not Started.

See Also