package com.discord.utilities.voice; import com.discord.rtcconnection.RtcConnection; import j0.k.b; /* compiled from: DiscordOverlayService.kt */ public final class DiscordOverlayService$Companion$launchForConnect$1 implements b { public static final DiscordOverlayService$Companion$launchForConnect$1 INSTANCE = new DiscordOverlayService$Companion$launchForConnect$1(); public final String call(RtcConnection.StateChange stateChange) { RtcConnection.State state = stateChange.a; return (!(state instanceof RtcConnection.State.d) || ((RtcConnection.State.d) state).a) ? "com.discord.actions.OVERLAY_OPEN" : "com.discord.actions.OVERLAY_SELECTOR"; } }