Click or drag to resize
PhoneCallStateWavePlayerSetStateStreams Method
Sets files for the states of the activeCall.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public void SetStateStreams(
	Dictionary<CallState, string> outgoingCallFileNames,
	Dictionary<CallState, string> incomingCallFileNames
)

Parameters

outgoingCallFileNames
Type: System.Collections.GenericDictionaryCallState, String
Wave file names for states of outgoing activeCall.
incomingCallFileNames
Type: System.Collections.GenericDictionaryCallState, String
Wave file names for states of incoming activeCall.
See Also