discord-jadx/app/src/main/java/com/discord/gateway/GatewaySocket$voiceServerPi...

26 lines
1.0 KiB
Java

package com.discord.gateway;
import com.discord.gateway.GatewaySocket;
import com.discord.gateway.io.Outgoing;
import com.discord.gateway.opcodes.Opcode;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: GatewaySocket.kt */
public final class GatewaySocket$voiceServerPing$1 extends o implements Function0<Unit> {
public final /* synthetic */ GatewaySocket this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public GatewaySocket$voiceServerPing$1(GatewaySocket gatewaySocket) {
super(0);
this.this$0 = gatewaySocket;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
GatewaySocket.Companion.log$default(GatewaySocket.Companion, GatewaySocket.access$getLogger$p(this.this$0), "Sending ping to voice server.", false, 2, null);
GatewaySocket.send$default(this.this$0, new Outgoing(Opcode.VOICE_SERVER_PING, (Object) null), false, null, 6, null);
}
}