JitsiMeetAPI class
Extended `JitsiMeetExternalAPI' JS
Allows Dart code communicate with the JitsiMeetExternalAPI
see https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-iframe
- Available extensions
- Annotations
-
- @JS('jitsi.JitsiMeetAPI')
Constructors
- JitsiMeetAPI(String domain, String options)
-
Constructor
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addEventListener(
String eventName, JSFunction callback) → void -
Available on JitsiMeetAPI, provided by the JitsiMeetAPIExtension extension
Add an Event Listener for theJitsiMeetExternalAPI -
dispose(
) → void -
Available on JitsiMeetAPI, provided by the JitsiMeetAPIExtension extension
remove instance -
executeCommand(
String command, JSArray< JSString> arguments) → void -
Available on JitsiMeetAPI, provided by the JitsiMeetAPIExtension extension
Interface to execute a command withJitsiMeetExternalAPI -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
on(
String event, JSFunction callback) → void -
Available on JitsiMeetAPI, provided by the JitsiMeetAPIExtension extension
Generic handler Js for events -
removeEventListener(
JSArray< JSString> listener) → void -
Available on JitsiMeetAPI, provided by the JitsiMeetAPIExtension extension
Remove Event Listener for theJitsiMeetExternalAPI -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited