Skip to main content

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

CallControlFactory.supportsCallControl() method#

Verifies whether a device supports call control or not.

Signature:
supportsCallControl(potentialDevice: ISdkDevice): boolean;

Parameters#

ParameterTypeDescription
potentialDeviceISdkDevice
Returns:

boolean

true if we find ANY descriptor which matches call control functionality, false otherwise.