Click or drag to resize

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
Syntax
event EventHandler<VoIPEventArgs<IPhoneCall>> IncomingCall

Value

Type: SystemEventHandlerVoIPEventArgsIPhoneCall
Remarks
The event args contains an IPhoneCall object which represents the incoming call.
See Also