sendSystemCommand

suspend fun sendSystemCommand(sessionId: String, command: GeneralCommandType): Response<Unit>

Issues a system command to a client.

Parameters

sessionId

The session id.

command

The command to send.