shouldApplyDesktopAudioRecordingDeviceImmediately static method
Implementation
@visibleForTesting
static bool shouldApplyDesktopAudioRecordingDeviceImmediately({
required bool isDesktopRuntime,
required bool isMicrophoneMute,
}) {
return !isDesktopRuntime || !isMicrophoneMute;
}