Click or drag to resize

ApplicationExtensionBaseVoiceStatus 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: NetQuarryIAppContext
The application context object.
e
Type: NetQuarryApplicationVoiceArgs
Event arguments.
See Also