Start Method

Method used to record media from session.

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

Syntax

'Declaration
Public Sub Start
'Usage
Dim instance As Recorder

instance.Start()
public void Start()

Remarks

Can be used to initiate a new recording or resume a paused recording.

Exceptions

[T:System.InvalidOperationException]: Throws InvalidOperationException exception if MediaSink is not defined or if Recorder is already Started.

See Also

Reference

Recorder Class

Recorder Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace