Click or drag to resize
ConferenceMobileLink Class
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesConferenceMobileLink

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public class ConferenceMobileLink

The ConferenceMobileLink type exposes the following members.

Properties
  NameDescription
Public propertyConnectionStatus
Returns the connection status of the mobile link object.
Public propertyCurrentRoomSystemAddress
Returns the network address of the room system that the mobile link connection is established to. Null is returned if there is currently no mobile link connection.
Public propertyRoomSystemParticipantId
Returns the participant ID of the currently connected conference room system.
Top
Methods
  NameDescription
Public methodConnect
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.
Public methodDisconnect
Initiates termination of the mobile link connection that this class instance is associated with.
Public methodDiscover
Initiates discovery of room system(s) that are in the vicinity of this client application.
Public methodSetAudioDevice
Set Audio device that will be used for playing Sonic signal during room system(s) discovery.
Top
Events
  NameDescription
Public eventConnected
Occurs when mobile link connection is successfully established. The connection details is provided in the event argument.
Public eventDisconnected
Occurs when mobile link connection is ended. A boolean flag indicating whether the mobile link session is ended by the server or not is provided in the event argument.
Top
See Also