Click or drag to resize

ApplicationExtensionBase.VoiceStatus Method

Fired when call status changes.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public virtual void VoiceStatus(
	IAppContext sender,
	ApplicationVoiceArgs e
)

Parameters

sender
Type: NetQuarry.IAppContext
The application context object.
e
Type: NetQuarry.ApplicationVoiceArgs
Event arguments.
See Also