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.
read-onlyinherited
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.
read-onlyinherited
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