Home > @gnaudio/jabra-js > CallControlFactory
#
CallControlFactory classEnables 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:#
ConstructorsConstructor | Modifiers | Description |
---|---|---|
(constructor)(softphoneInfo, coreApi) | Constructs a new instance of the CallControlFactory class |
#
MethodsMethod | Modifiers | Description |
---|---|---|
createCallControl(device) | Creates a device with call-control functionality. | |
supportsCallControl(potentialDevice) | Verifies whether a device supports call control or not. |