executeCommand method

void executeCommand(
  1. String command,
  2. List<String> arguments
)

Interface to execute a command with JitsiMeetExternalAPI

Implementation

external void executeCommand(String command, List<String> arguments);