getRecordingDeviceMute

Gets whether the audio capture device is muted.

virtual int getRecordingDeviceMute(bool *mute) = 0;

Parameters

mute
Whether the audio capture device is muted.
  • true: The microphone is muted.
  • false: The microphone is unmuted.

Returns

  • 0: Success.
  • < 0: Failure.