Click or drag to resize

CallFeatureServiceWhisperPage Method

Starts a whisper page to another user that is on an active call.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void WhisperPage(
	string extension,
	CallFeatureServiceFeatureCompletionHandler completionHandler
)

Parameters

extension
Type: SystemString
The extension to start a whisper page to.
completionHandler
Type: Avaya.ClientServicesCallFeatureServiceFeatureCompletionHandler
A completion handler to call when the operation has completed may be null.
See Also