Click or drag to resize

ConferenceMobileLinkDisconnect Method

Initiates termination of the mobile link connection that this class instance is associated with.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void Disconnect(
	bool disconnectRoomSystem,
	ConferenceMobileLinkMobileLinkActionCompletionHandler completionHandler
)

Parameters

disconnectRoomSystem
Type: SystemBoolean
Whether the room system should be disconnected from the meeting.
completionHandler
Type: Avaya.ClientServicesConferenceMobileLinkMobileLinkActionCompletionHandler
The completion handler for this operation.
See Also