Creates a new JitsiConnection instance.
Identification for the provider of Jitsi Meet video conferencing services.
The JWT token used to authenticate with the server (optional).
Object with properties / settings related to connection with the server.
Subscribes the passed listener to the event.
The connection event.
The function that will receive the event
Adds new feature to the list of supported features for the local participant.
The name of the feature.
If true - the new list of features will be immediately submitted to the others.
Attach to existing connection. Can be used for optimizations. For example: if the connection is created on the server we can attach to it and start using it.
Connecting options - rid, sid and jid.
Connect the client with the server.
Connecting options (for example authentications parameters).
Optional
id?: stringOptional
name?: stringOptional
password?: stringDisconnect the client from the server.
Optional arguments to be passed to XMPP.disconnect
Promise that resolves when the disconnect process is finished or rejects with an error.
Returns measured connectionTimes.
Object containing connection timing information
Returns the jid of the participant associated with the XMPP connection.
The jid of the participant.
Get object with internal logs.
Object containing connection logs and metadata
Creates and joins new conference.
The name of the conference; if null - a generated name will be provided from the api
Object with properties / settings related to the conference that will be created.
The new conference object.
Unsubscribes the passed handler.
The connection event.
The function that will receive the event
Removes a feature from the list of supported features for the local participant
The name of the feature.
If true - the new list of features will be immediately submitted to the others.
This method allows renewal of the tokens if they are expiring.
The new token.
Creates a new connection object for the Jitsi Meet server side video conferencing service. Provides access to the JitsiConference interface.