Click or drag to resize
TeamButtonIncomingCall Class
Represents team button incoming call storing the caller/callee detains and providing call pickup functionality.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesTeamButtonIncomingCall

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

The TeamButtonIncomingCall type exposes the following members.

Properties
  NameDescription
Public propertyCalledName
The person's name to whom the call is requested.
Public propertyCalledNumber
The person's name to whom the call is requested.
Public propertyCallingName
The person's name who has initiated the call.
Public propertyCallingNumber
The person's number who has initiated the call.
Public propertyDelayInterval
Specifies the delay interval in seconds the team button alert should be delayed by.
Public propertyUniqueId
Unique identifier of the Team Button call.
Top
Methods
  NameDescription
Public methodPickup
Picks up a team button call.
Top
See Also