Click or drag to resize
CallMuteAudio Method
Mutes or unmutes the call's audio.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public void MuteAudio(
	bool mute,
	CallCallCompletionHandler callCompletionHandler
)

Parameters

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