Occurs when an incoming call received from a remote host.
| C# | Visual Basic | Visual C++ |
event 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); }
The event args contains an IPhoneCall object which represents the incoming call.
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290