Click or drag to resize

PhoneCallStateWavePlayer(ICall, WaveFormat, DictionaryCallState, String, DictionaryCallState, String) Constructor

Initializes a new instance of the PhoneCallStateWavePlayer class and attaches to a call object.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public PhoneCallStateWavePlayer(
	ICall call,
	WaveFormat waveFormat,
	Dictionary<CallState, string> outgoingCallStateMap,
	Dictionary<CallState, string> incomingCallStateMap
)

Parameters

call  ICall
The given call object.
waveFormat  WaveFormat
The initial arbitrary media format.
outgoingCallStateMap  DictionaryCallState, String
Wave file names for states of outgoing call.
incomingCallStateMap  DictionaryCallState, String
Wave file names for states of incoming call.
See Also