sendRoomBinaryMessage abstract method

Future<int?> sendRoomBinaryMessage(
  1. Uint8List message
)

Sends binary messages to all other users in the room.

The message length must not exceed 46 KB.

Notes:

Implementation

Future<int?> sendRoomBinaryMessage(Uint8List message);