Creates new instance.
Adds new cancellable listener.
the name of the event
the listener.
Alias for on method.
The event ID.
Handler for the event.
Adds new listener.
the name of the event
the listener.
Emits an event.
event name
OptionalsourceName: stringReturns the number of listeners for the specified event.
OptionaleventName: stringThe name of the event.
Removes event listener.
The event ID.
Optionalhandler: EventListenerOptional, the specific handler to unbind.
Attaches a handler for events (e.g., "participant joined") in the conference. All possible events are defined in JitsiConferenceEvents.
The event ID.
Handler for the event.
Adds a one-time listener function for the event.
The event ID.
Handler for the event.
Removes all listeners for the event emitter.
Alias for off method.
The event ID.
Optionalhandler: EventListenerOptional, the specific handler to unbind.
Removes listener.
the name of the event that triggers the listener
the listener.
Default XMPP implementation of the SignalingLayer interface. Obtains the data from the MUC presence.