Click or drag to resize
ConferenceUnmuteAllParticipants Method
Used by a conference moderator to unmute all participants on the conference call.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public void UnmuteAllParticipants(
	ConferenceConferenceActionCompletionHandler completionHandler
)

Parameters

completionHandler
Type: Avaya.ClientServicesConferenceConferenceActionCompletionHandler
The completion handler for this operation. Operation success or failure is reported through this handler.
See Also