Caps off the current stream, and stop recording audio. Will no-op if the SpeechRecognitionConnector is already stopped.

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

Syntax

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

Remarks

Also releases the receiver, so that another device can use the AudioVideoFlow.

See Also