package com.discord.stores; import com.discord.stores.StoreStreamRtcConnection; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: StoreStreamRtcConnection.kt */ public final class StoreStreamRtcConnection$RtcConnectionListener$onVideoStream$1 extends o implements Function0 { public final /* synthetic */ Integer $streamId; public final /* synthetic */ long $userId; 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$onVideoStream$1(StoreStreamRtcConnection.RtcConnectionListener rtcConnectionListener, long j, Integer num) { super(0); this.this$0 = rtcConnectionListener; this.$userId = j; this.$streamId = num; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { StoreStreamRtcConnection.access$getStoreStream$p(StoreStreamRtcConnection.this).handleApplicationStreamUpdate(this.$userId, this.$streamId); } }