Our new developer documentation is now available. Please check it out!
Get and Set Is Paused
Get Is Capturing Paused: Returns whether the audio capture is paused. Set Is Capturing Paused: Sets the paused state of the audio capture.
Tip
Use these Nodes, if you’d like to implement Push-To-Talk or Mute Functionality. The Is Paused state is optimized for this use case.
Inputs
Name | Type | Description |
---|---|---|
Is Capturing Paused | boolean | The new paused state to set. Only used in Set Is Capturing Paused. |
Outputs
Name | Type | Description |
---|---|---|
Is Capturing Paused | boolean | The current paused state. Only used in Get Is Capturing Paused. |