executeCommand method

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

Interface to execute a command with JitsiMeetExternalAPI

Implementation

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