getMute method

Future<bool> getMute(
  1. String inputName
)

Gets the audio mute state of an input.

  • Complexity Rating: 2/5
  • Latest Supported RPC Version: 1
  • Added in v5.0.0

Implementation

Future<bool> getMute(String inputName) async => getInputMute(inputName);