LivekitProtocolChannel class
- Inheritance
- 
    - Object
- ProtocolChannel
- LivekitProtocolChannel
 
Constructors
- LivekitProtocolChannel({required Room room, required String topic, required RemoteParticipant remote})
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  listener
  ↔ EventsListener<RoomEvent> ?
- 
  
  getter/setter pair
- onDataReceived ↔ void Function(Uint8List data)?
- 
  
  getter/setter pair
- remote → RemoteParticipant
- 
  
  final
- room → Room
- 
  
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- topic → String
- 
  
  final
Methods
- 
  dispose() → void 
- 
  
  override
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  onDataPacket(DataReceivedEvent evt) → void 
- 
  sendData(Uint8List data) → Future< void> 
- 
  
  override
- 
  start(void onDataReceived(Uint8List data), {void onDone()?, void onError(Object? error)?}) → void 
- 
  
  override
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited