Starts and resume recording.

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

Syntax

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

Remarks

Start can be used to start a new recording or resume a paused one.

Exceptions

Exception Condition
InvalidOperationException Thrown when sink is not defined or if the recorder is already started.
Microsoft.Rtc.Signaling . . :: . OperationFailureException Thrown when the operation failed.

See Also