Click or drag to resize
DiaSpringWrapperStopAudioStream Method
Stops streaming the voice on a channel.

Namespace: Inkostar
Assembly: DiaSpringWrapper (in DiaSpringWrapper.dll) Version: 0.0.0.0
Syntax
public void StopAudioStream(
	string ChannelName
)

Parameters

ChannelName
Type: SystemString
The Channel name on the Dialogic board from which to stop streaming the voice.
Remarks
This function will have no effect if streaming already turned off.
Examples
Stop streaming the conversation on the first channel.
C#: objDevice.StopAudioStream("dxxxB1C1");
VB.NET: objDevice.StopAudioStream("dxxxB1C1")
See Also