Developer Documentation

Get and Set Is Paused

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

NameTypeDescription
Is Capturing PausedbooleanThe new paused state to set. Only used in Set Is Capturing Paused.

Outputs

NameTypeDescription
Is Capturing PausedbooleanThe current paused state. Only used in Get Is Capturing Paused.