package c.a.r; import com.discord.rtcconnection.RtcConnection; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: RtcConnection.kt */ public final class y extends o implements Function0 { public final /* synthetic */ Throwable $throwable; public final /* synthetic */ RtcConnection this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public y(RtcConnection rtcConnection, Throwable th) { super(0); this.this$0 = rtcConnection; this.$throwable = th; } /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public Unit mo1invoke() { RtcConnection.k(this.this$0, false, "Unable to prepare media engine.", this.$throwable, false, 8); return Unit.a; } }