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