Skip to main content

Home > @gnaudio/jabra-js > CallControlFactory > createCallControl

CallControlFactory.createCallControl() method#

Creates a device with call-control functionality.

Signature:
createCallControl(device: ISdkDevice): Promise<ICallControl>;

Parameters#

ParameterTypeDescription
deviceISdkDevicean SDK device from which the call-control device will be constructed.
Returns:

Promise<ICallControl>

an Observable which emits a new ICallControl.