ApplicationExtensionBaseCallReceived Method |
Fired when an incoming call is received by the application.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public virtual void CallReceived(
IAppContext sender,
ApplicationVoiceArgs e
)
Public Overridable Sub CallReceived (
sender As IAppContext,
e As ApplicationVoiceArgs
)
Parameters
- sender
- Type: NetQuarryIAppContext
The application context object. - e
- Type: NetQuarryApplicationVoiceArgs
Event arguments.
See Also