Skip to main content

Home > @gnaudio/jabra-js > CallControlFactory

CallControlFactory class#

Enables the creation of a device with call control functionality.

A CallControlFactory is initialized by passing in softphone information and the core IApi interface. It can then be used to create ICallControl instances.

Signature:
declare class CallControlFactory

Constructors#

ConstructorModifiersDescription
(constructor)(softphoneInfo, coreApi)Constructs a new instance of the CallControlFactory class

Methods#

MethodModifiersDescription
createCallControl(device)Creates a device with call-control functionality.
supportsCallControl(potentialDevice)Verifies whether a device supports call control or not.