rtcRoom$onRoomBinaryMessageReceived$message method

FutureOr<void> rtcRoom$onRoomBinaryMessageReceived$message(
  1. ByteRTCGameRoom rtcRoom,
  2. NSString uid,
  3. NSData message
)

@detail callback @author hanchenchen.c @brief Receive this callback when you receive a broadcast binary message sent by the room. @param rtcRoom ByteRTCGameRoom instance. @param uid User ID of the message sender. @param message The binary message content received.

Implementation

FutureOr<void> rtcRoom$onRoomBinaryMessageReceived$message(
    ByteRTCGameRoom rtcRoom, NSString uid, NSData message) async {}