Starts and resume playing the attached media source.

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();

Exceptions

Exception Condition
InvalidOperationException Thrown when the media source is not set, is not prepared, cannot be used, or is closed. Thrown also when the player is already started.
Microsoft.Rtc.Signaling . . :: . OperationFailureException Thrown when the operation failed, such as for an overloaded system.
InvalidOperationException Thrown when the operation is invalid for the current object state.

See Also