package c.a.r; import com.discord.rtcconnection.RtcConnection; import d0.z.d.o; import java.util.concurrent.TimeUnit; import javax.net.ssl.SSLSocketFactory; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: RtcConnection.kt */ public final class v extends o implements Function0 { public final /* synthetic */ String $endpoint; public final /* synthetic */ SSLSocketFactory $sslSocketFactory; public final /* synthetic */ String $token; public final /* synthetic */ RtcConnection this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public v(RtcConnection rtcConnection, String str, String str2, SSLSocketFactory sSLSocketFactory) { super(0); this.this$0 = rtcConnection; this.$endpoint = str; this.$token = str2; this.$sslSocketFactory = sSLSocketFactory; } /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public Unit mo1invoke() { RtcConnection rtcConnection = this.this$0; rtcConnection.r = Long.valueOf(rtcConnection.K.currentTimeMillis()); RtcConnection rtcConnection2 = this.this$0; rtcConnection2.t++; rtcConnection2.u = rtcConnection2.I.a().d0(2, TimeUnit.SECONDS).X(new s(this), new u(this)); return Unit.a; } }