DataReceived class
A data packet arrived from a remote participant.
- Inheritance
-
- Object
- VoxaTransportEvent
- DataReceived
Constructors
-
DataReceived(String? identity, List<
int> data, String? topic) -
const
Properties
-
data
→ List<
int> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- identity → String?
-
The sender. Null when the packet came from a server-side API rather
than a participant, which has no Agora equivalent and is dropped.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- topic → String?
-
The topic the sender published on, carrying the Agora stream id.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited