| DiaSpringWrapperStopAudioStream Method |
Stops streaming the voice on a channel.
Namespace: InkostarAssembly: DiaSpringWrapper (in DiaSpringWrapper.dll) Version: 0.0.0.0
Syntaxpublic void StopAudioStream(
string ChannelName
)
Public Sub StopAudioStream (
ChannelName As String
)
public:
void StopAudioStream(
String^ ChannelName
)
member StopAudioStream :
ChannelName : string -> unit
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