Click or drag to resize

PhoneCallStateWavePlayerSetStateStreams Method

Sets files for the states of the activeCall.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
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