executeCommand static method

dynamic executeCommand(
  1. String command,
  2. List<String> args
)

allow execute a command over a Jitsi live session (only for web)

Implementation

static executeCommand(String command, List<String> args) {
  JitsiMeetPlatform.instance.executeCommand(command, args);
}