Prepares the connector to accept input from the SpeechSynthesizer and transmit it to the AudioVideoFlow.

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 another device is already sending on the AudioVideoFlow.
InvalidOperationException Thrown when the SpeechSynthesisConnector is not attached to an AudioVideoFlow.
InvalidOperationException Thrown when the SpeechSynthesisConnector is already started.

See Also