Home > @gnaudio/jabra-js > ICallControl > ring
#
ICallControl.ring() methodStarts or ends the "ring" effect on the Jabra device. Used to indicate an incoming call.
Signature:#
ParametersParameter | Type | Description |
---|---|---|
shouldRing | boolean | true to start the "ring" effect, false to stop it. |
void
#
ExceptionsIf a call lock was not acquired prior to execution. See ICallControl.takeCallLock() for more details.