SetPlaybackDeviceMute

Mutes the audio playback device.

UFUNCTION(BlueprintCallable, Category = "Agora|IAudioDeviceManager")
	int SetPlaybackDeviceMute(bool mute);

Parameters

mute
Whether to mute the audio playback device:
  • true: Mute the audio playback device.
  • false: Unmute the audio playback device.

Returns

  • 0: Success.
  • < 0: Failure.