Click or drag to resize
ConferenceMobileLinkConnectedEventArgs Class
The event arguments to provide the connection details when mobile link successfully connected to the specific room system.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesConferenceMobileLinkConnectedEventArgs

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

The ConferenceMobileLinkConnectedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyRoomSystemAddress
Returns the address of the connected conference room system.
Public propertyRoomSystemParticipantId
Returns the participant ID of the connected conference room system.
Top
See Also