package com.discord.stores; import com.discord.rtcconnection.RtcConnection; 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$onStateChange$1 extends o implements Function0 { public final /* synthetic */ RtcConnection.StateChange $stateChange; 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$onStateChange$1(StoreStreamRtcConnection.RtcConnectionListener rtcConnectionListener, RtcConnection.StateChange stateChange) { super(0); this.this$0 = rtcConnectionListener; this.$stateChange = stateChange; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { StoreStreamRtcConnection.access$getStoreStream$p(StoreStreamRtcConnection.this).handleStreamRtcConnectionStateChange(this.$stateChange); } }