Home > @gnaudio/jabra-js > ICallControlSignal > valueType
#
ICallControlSignal.valueType propertyDescribes the type of value for this signal. Can either be "relative" or "absolute".
Signature:#
RemarksAbsolute: 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
).