Difference between revisions of "Constraint: Speakerphone On/Off"

(Created page with "This constraint can be used to allow/prevent actions being run based on the enabled state of the speaker phone. Note that the speakerphone will only ever be classed as on whe...")
 
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
This constraint can be used to allow/prevent actions being run based on the enabled state of the speaker phone.
+
<pre class="header-style">This constraint allows or prevents a macro/feature from running based on whether speakerphone is on or off.</pre>
  
Note that the speakerphone will only ever be classed as on when a call is in progress.
+
''' Options '''
 +
 
 +
* '''On''': Constraint passes only when speakerphone is on
 +
* '''Off''': Constraint passes only when speakerphone is off
 +
 
 +
''' Example '''
 +
 
 +
''Example 1: Enable speakerphone only if it is currently off''
 +
  <pre class="trigger-style">Triggers
 +
 
 +
Call Active</pre>
 +
  <pre class="action-style">Actions
 +
 
 +
Speakerphone On/Off (Enable)</pre>
 +
  <pre class="constraint-style">Constraints
 +
 
 +
Speakerphone On/Off - Off</pre>
 +
 
 +
''' See Also '''
 +
 
 +
* [[Action: Speakerphone On/Off|Speakerphone On/Off Action]]

Latest revision as of 13:48, 9 January 2026

This constraint allows or prevents a macro/feature from running based on whether speakerphone is on or off.

Options

  • On: Constraint passes only when speakerphone is on
  • Off: Constraint passes only when speakerphone is off

Example

Example 1: Enable speakerphone only if it is currently off

Triggers

Call Active
Actions

Speakerphone On/Off (Enable)
Constraints

Speakerphone On/Off - Off

See Also