package com.discord.stores; import com.discord.utilities.analytics.AnalyticsTracker; import d0.z.d.o; import java.util.Map; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: StoreAnalytics.kt */ public final class StoreAnalytics$trackVoiceDisconnect$1 extends o implements Function0 { public final /* synthetic */ Map $properties; public final /* synthetic */ StoreAnalytics this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public StoreAnalytics$trackVoiceDisconnect$1(StoreAnalytics storeAnalytics, Map map) { super(0); this.this$0 = storeAnalytics; this.$properties = map; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { AnalyticsTracker.INSTANCE.voiceDisconnect(this.$properties, StoreAnalytics.access$getStores$p(this.this$0).getMediaSettings$app_productionBetaRelease().getVoiceConfigurationBlocking(), StoreAnalytics.access$getStores$p(this.this$0).getChannels$app_productionBetaRelease().findChannelByIdInternal$app_productionBetaRelease(StoreAnalytics.access$getStores$p(this.this$0).getVoiceChannelSelected$app_productionBetaRelease().getLastSelectedVoiceChannelId()), StoreAnalytics.access$getStores$p(this.this$0).getRtcRegion$app_productionBetaRelease().getPreferredRegion()); } }