Skip to main content

Home > @gnaudio/jabra-js > ICallControlSignal > valueType

ICallControlSignal.valueType property#

Describes the type of value for this signal. Can either be "relative" or "absolute".

Signature:
valueType: ValueType;

Remarks#

Absolute: Value will either be 0 or 1. 0 means OFF and 1 means ON.

Relative: Value will always be 1. For relative values the signal should be treated as a "toggle" meaning the new state related to that signal is opposite of the previous state (e.g. from muted to unmuted, from unmuted to muted).