Connection class
Represents a connection to a conference.
Constructors
- Connection.new(String token, String roomName, bool isNightly)
- Constructs a Connection object with the specified parameters.
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 event, ConnectionCallback callback) → void - Adds an event listener to the connection.
-
addFeature(
) → void - Adds a feature to the conference.
-
connect(
) → void - Connects to the conference.
-
disconnect(
) → void - Disconnects from the conference.
-
getName(
) → String - Retrieves the name of the connection.
-
initJitsiConference(
) → Conference - Initializes a Jitsi conference.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeEventListener(
String event) → void - Removes an event listener from the connection.
-
removeFeature(
) → void - Removes a feature from the conference.
-
setToken(
String token) → void - Sets the authentication token for the connection.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited