package c.a.q; 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 w 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 w(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.B = Long.valueOf(rtcConnection.V.currentTimeMillis()); RtcConnection rtcConnection2 = this.this$0; rtcConnection2.D++; rtcConnection2.E = rtcConnection2.T.a().b0(2, TimeUnit.SECONDS).V(new t(this), new v(this)); return Unit.a; } }