ConferenceMobileLink Class |
Namespace: Avaya.ClientServices
public class ConferenceMobileLink
The ConferenceMobileLink type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConnectionStatus |
Returns the connection status of the mobile link object.
|
![]() | CurrentRoomSystemAddress |
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.
|
![]() | RoomSystemParticipantId |
Returns the participant ID of the currently connected conference room system.
|
Name | Description | |
---|---|---|
![]() | Connect |
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.
|
![]() | Disconnect |
Initiates termination of the mobile link connection that this class instance is associated with.
|
![]() | Discover |
Initiates discovery of room system(s) that are in the vicinity of this client application.
|
![]() | SetAudioDevice |
Set Audio device that will be used for playing Sonic signal during room system(s) discovery.
|
Name | Description | |
---|---|---|
![]() | Connected |
Occurs when mobile link connection is successfully established. The connection details is provided in the event argument.
|
![]() | Disconnected |
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.
|