MeetHourAPIInterop extension

on

Methods

addEventListener(JSString eventName, JSFunction callback) → void

Available on MeetHourAPI, provided by the MeetHourAPIInterop extension

Add an Event Listener for the MeetHourExternalAPI
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 with MeetHourExternalAPI
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 the MeetHourExternalAPI