MeetHourAPIInterop extension
- on
Methods
-
addEventListener(
JSString eventName, JSFunction callback) → void -
Available on MeetHourAPI, provided by the MeetHourAPIInterop extension
Add an Event Listener for theMeetHourExternalAPI -
dispose(
) → void -
Available on MeetHourAPI, provided by the MeetHourAPIInterop extension
remove instace -
executeCommand(
JSString command, JSArray< JSString> arguments) → void -
Available on MeetHourAPI, provided by the MeetHourAPIInterop extension
Interface to execute a command withMeetHourExternalAPI -
on(
JSString event, JSFunction callback) → void -
Available on MeetHourAPI, provided by the MeetHourAPIInterop extension
Generic handler Js for events -
removeEventListener(
JSArray< JSString> listener) → void -
Available on MeetHourAPI, provided by the MeetHourAPIInterop extension
Remove Event Listener for theMeetHourExternalAPI