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:Constructors#
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(softphoneInfo, coreApi) | Constructs a new instance of the CallControlFactory class |
Methods#
| Method | Modifiers | Description |
|---|---|---|
| createCallControl(device) | Creates a device with call-control functionality. | |
| supportsCallControl(potentialDevice) | Verifies whether a device supports call control or not. |