Click or drag to resize

PhoneCallStateWavePlayerUpdateOutgoingStateStream Method

Updates one wave file name for the given state for the activeCall.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public void UpdateOutgoingStateStream(
	CallState state,
	string filepath
)

Parameters

state
Type: Ozeki.VoIPCallState
The give state.
filepath
Type: SystemString
The new file path for the state.
See Also