Click or drag to resize

ActiveParticipantMute Method

Used by a conference moderator to mute a selected participant's audio during the conference call.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void Mute(
	ActiveParticipantParticipantActionCompletionHandler completionHandler
)

Parameters

completionHandler
Type: Avaya.ClientServicesActiveParticipantParticipantActionCompletionHandler
A completion handler to call when the operation has completed. May be null.
See Also