Skip to main content

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

ICallControl.ring() method#

Starts or ends the "ring" effect on the Jabra device. Used to indicate an incoming call.

Signature:
ring(shouldRing: boolean): void;

Parameters#

ParameterTypeDescription
shouldRingbooleantrue to start the "ring" effect, false to stop it.
Returns:

void

Exceptions#

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