MessagingClient class
- Inheritance
-
- Object
- ChangeEmitter
- MessagingClient
Constructors
- MessagingClient.new({required RoomClient room})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
remoteParticipants
→ Iterable<
RemoteParticipant> -
no setter
- room → RoomClient
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addListener(
void listener()) → void -
inherited
-
broadcastMessage(
{required String type, required Map< String, dynamic> message, Uint8List? attachment}) → Future<void> -
createStream(
{required Participant to, required Map< String, dynamic> header}) → Future<MessageStreamWriter> -
disable(
) → Future< void> -
enable(
{void onStreamAccept(MessageStreamReader reader)?}) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyListeners(
) → void -
inherited
-
removeListener(
void listener()) → void -
inherited
-
sendMessage(
{required Participant to, required String type, required Map< String, dynamic> message, Uint8List? attachment}) → Future<void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited