allow execute a command over a Jitsi live session (only for web)
static executeCommand(String command, List<String> args) { JitsiMeetPlatform.instance.executeCommand(command, args); }