Home > @gnaudio/jabra-js > ICallControl > hold
#
ICallControl.hold() methodTells the device whether an active call was put on hold or a held up call was resumed.
Signature:#
ParametersParameter | Type | Description |
---|---|---|
shouldHold | boolean | true when a call gets put on hold, false when it is resumed. |
void
#
ExceptionsIf a call lock was not acquired prior to execution. See ICallControl.takeCallLock() for more details.