Click or drag to resize

StreamingStateEvent Enumeration

The status of the audio stream

Namespace:  VoiceElements.Interface
Assembly:  VoiceElementsInterface (in VoiceElementsInterface.dll) Version: 8.6.1.1
Syntax
public enum StreamingStateEvent
Members
  Member nameValueDescription
Null0 The NULL state.
FullDuplexStreaming1 Streming in both directions.
ReceiveOnlyStreaming2 Receiving Only.
SendOnlyStreaming3 Sending Only.
See Also