ISoftPhoneIncomingCall Event |
Occurs when an incoming call received from a remote host.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxevent EventHandler<VoIPEventArgs<IPhoneCall>> IncomingCall
Event IncomingCall As EventHandler(Of VoIPEventArgs(Of IPhoneCall))
event EventHandler<VoIPEventArgs<IPhoneCall^>^>^ IncomingCall {
void add (EventHandler<VoIPEventArgs<IPhoneCall^>^>^ value);
void remove (EventHandler<VoIPEventArgs<IPhoneCall^>^>^ value);
}
abstract IncomingCall : IEvent<EventHandler<VoIPEventArgs<IPhoneCall>>,
VoIPEventArgs<IPhoneCall>>
Value
Type:
SystemEventHandlerVoIPEventArgsIPhoneCall
Remarks
The event args contains an
IPhoneCall object which represents the incoming call.
See Also