OtherPhoneService Class |
Namespace: Avaya.ClientServices
public class OtherPhoneService
The OtherPhoneService type exposes the following members.
Name | Description | |
---|---|---|
![]() | OtherPhoneModeCapability |
Capability describing whether other phone mode is allowed.
Other phone mode capability is allowed based on the user license.
|
![]() | OtherPhoneNumber |
Property to get active other phone number.
|
Name | Description | |
---|---|---|
![]() | Activate |
Activates other phone mode using the specified phone number, or updates the
phone number if other phone mode is already active.
|
![]() | Deactivate |
Deactivates the other phone mode.
|
Name | Description | |
---|---|---|
![]() | Activated |
Occurs when other phone mode is activated.
|
![]() | Deactivated |
Occurs when other phone mode is deactivated.
|
![]() | OtherPhoneServiceCapabilityChanged |
Occurs when there is a change in the capability of other phone service.
|
The OtherPhoneService object provides a set of APIs that allows application developers to activate/deactivate the other phone number.
The client application is notified about status updates reported by the other phone service through a delegate that the application adds to the OtherPhoneService object. These updates may be the result of local operations like activation/deactivation on the OtherPhoneService object.