CallControlFactory class

Enables the creation of a device with call control functionality.

This class is initialized by passing in UC Client information and the core IApi interface. It can then be used to create ICallControl instances.

Signature

export declare class CallControlFactory 

Constructors

Constructor Modifiers Description
(constructor)(coreApi) Constructs a new instance of the CallControlFactory class

Methods

Method Modifiers Description
createCallControl(device) Creates an ICallControl instance for a given device, enabling call control functionality.
supportsCallControl(potentialDevice) Verifies whether a device supports call control or not.