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

Value

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