IOzPhoneCallDtmfReceived Event |
Occurs when the other party stopped the DTMF signalling.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax event EventHandler<VoIPEventArgs<DtmfInfo>> DtmfReceived
Event DtmfReceived As EventHandler(Of VoIPEventArgs(Of DtmfInfo))
event EventHandler<VoIPEventArgs<DtmfInfo^>^>^ DtmfReceived {
void add (EventHandler<VoIPEventArgs<DtmfInfo^>^>^ value);
void remove (EventHandler<VoIPEventArgs<DtmfInfo^>^>^ value);
}
abstract DtmfReceived : IEvent<EventHandler<VoIPEventArgs<DtmfInfo>>,
VoIPEventArgs<DtmfInfo>>
Value
Type:
SystemEventHandlerVoIPEventArgsDtmfInfoSee Also