MatLiveEngine class
Properties
- audioTrack ↔ LocalAudioTrack?
-
getter/setter pair
- fastConnection → bool
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
listener
↔ EventsListener<
RoomEvent> ? -
getter/setter pair
- metadata → String?
-
no setter
-
participantTracks
↔ List<
ParticipantTrack> -
getter/setter pair
- room ↔ Room?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
close(
) → Future< void> -
connect(
{required JoinRequest request, required Function onDisconnect, required dynamic onRoomRecordingStatusChanged(bool activeRecording), required dynamic onDataReceivedEvent(Map< String, dynamic> ? data), required dynamic onAudioPlaybackStatusChanged(bool isPlaying), required dynamic onMetadataChanged(String? metadata)}) → Future<void> -
init(
) → Future< void> -
mute(
bool value) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
publishData(
List< int> data, {bool? reliable, List<String> ? destinationIdentities, String? topic}) → Future<void> -
publishStream(
bool value) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → MatLiveEngine
-
final