JitsiMeetAPI class

Extended `JitsiMeetExternalAPI' JS

Allows Dart code comunicate with the JitsiMeetExternalAPI see https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-iframe

Annotations
  • @JS('jitsi.JitsiMeetAPI')

Constructors

JitsiMeetAPI(String domain, String options)
Constructor

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, Function callback) → void
Add an Event Listener for the JitsiMeetExternalAPI
dispose() → void
remove instace
executeCommand(String command, List<String> arguments) → void
Interface to execute a command with JitsiMeetExternalAPI
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
on(String event, dynamic callback(dynamic message)) → void
Generic handler Js for events
removeEventListener(List<String> listener) → void
Remove Event Listener for the JitsiMeetExternalAPI
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited