Click or drag to resize
CallSilenceSpeaker Method
Silences or unsilences speaker for the call.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void SilenceSpeaker(
	bool silence,
	CallCallCompletionHandler callCompletionHandler
)

Parameters

silence
Type: SystemBoolean
true to silence speaker; false to unsilence.
callCompletionHandler
Type: Avaya.ClientServicesCallCallCompletionHandler
Completion handler instance that receives the result of the operation. If not provided, failure feedback cannot be provided.
See Also