Click or drag to resize

ConferenceMobileLinkConnect Method

Initiates mobile link connection to a specific room system.The room system address may be obtained through mobile link discovery, or through manual provisioning of the room system's IP address by the the end user.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void Connect(
	string roomSystemAddress,
	string passcode,
	ConferenceMobileLinkMobileLinkActionCompletionHandler completionHandler
)

Parameters

roomSystemAddress
Type: SystemString
Network address of the room system to which the mobile link connection is initiated.
passcode
Type: SystemString
Pass code required for mobile link connection setup. This is an optional parameter which can be left as blank, if the room system does not require pass code for mobile link connections.
completionHandler
Type: Avaya.ClientServicesConferenceMobileLinkMobileLinkActionCompletionHandler
The completion handler for this operation.
See Also