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: 1.8.12.0 (1.8.12)
Syntax
event EventHandler<VoIPEventArgs<IPhoneCall>> IncomingCall

Value

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