Skip to main content

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

ICallControl.deviceSignals property#

Observable for signals emitted by the device.

Whenever the device sends a new signal, this observable will be populated with ICallControlSignal instances for each emission.

Signature:
readonly deviceSignals: Observable<ICallControlSignal>;

Remarks#

Reacting to incoming signals is an advanced topic. Before implementing your solution, we urge you to check out the guide on device signals.