package com.discord.stores; import com.discord.stores.StoreStreamRtcConnection; import d0.z.d.o; import java.util.Map; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: StoreStreamRtcConnection.kt */ public final class StoreStreamRtcConnection$RtcConnectionListener$onAnalyticsEvent$1 extends o implements Function0 { public final /* synthetic */ Map $properties; public final /* synthetic */ StoreStreamRtcConnection.RtcConnectionListener this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public StoreStreamRtcConnection$RtcConnectionListener$onAnalyticsEvent$1(StoreStreamRtcConnection.RtcConnectionListener rtcConnectionListener, Map map) { super(0); this.this$0 = rtcConnectionListener; this.$properties = map; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { StoreStreamRtcConnection.access$handleVideoStreamEndedAnalyticsEvent(StoreStreamRtcConnection.this, this.$properties); } }