DataReceivedEvent class

Data received from RemoteParticipant. Data packets provides the ability to use LiveKit to send/receive arbitrary payloads. Emitted by Room and RemoteParticipant.

Mixed in types

Constructors

DataReceivedEvent({required RemoteParticipant? participant, required List<int> data, required String? topic})
const

Properties

data List<int>
final
hashCode int
The hash code for this object.
no setterinherited
participant RemoteParticipant?
Sender of the data. This may be null if data is sent from Server API.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topic String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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