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