PhoneCallStateWavePlayerUpdateIncomingStateStream Method |
Updates one wave file name for the given state for the activeCall.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic void UpdateIncomingStateStream(
CallState state,
string filepath
)
Public Sub UpdateIncomingStateStream (
state As CallState,
filepath As String
)
public:
void UpdateIncomingStateStream(
CallState state,
String^ filepath
)
member UpdateIncomingStateStream :
state : CallState *
filepath : string -> unit
Parameters
- state CallState
- The give state.
- filepath String
- The new file path for the state.
See Also