Skip to main content

Home > @gnaudio/jabra-js > ICallControl > hold

ICallControl.hold() method#

Tells the device whether an active call was put on hold or a held up call was resumed.

Signature:
hold(shouldHold: boolean): void;

Parameters#

ParameterTypeDescription
shouldHoldbooleantrue when a call gets put on hold, false when it is resumed.
Returns:

void

Exceptions#

If a call lock was not acquired prior to execution. See ICallControl.takeCallLock() for more details.