PhoneCallStateWavePlayerUpdateOutgoingStateStream Method |
Updates one wave file name for the given state for the activeCall.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public void UpdateOutgoingStateStream(
CallState state,
string filepath
)
Public Sub UpdateOutgoingStateStream (
state As CallState,
filepath As String
)
public:
void UpdateOutgoingStateStream(
CallState state,
String^ filepath
)
member UpdateOutgoingStateStream :
state : CallState *
filepath : string -> unit
Parameters
- state
- Type: Ozeki.VoIPCallState
The give state. - filepath
- Type: SystemString
The new file path for the state.
See Also