rtcRoom$onUserBinaryMessageReceived$message method
FutureOr<void>
rtcRoom$onUserBinaryMessageReceived$message(
- ByteRTCGameRoom rtcRoom,
- NSString uid,
- NSData message
@detail callback @author hanchenchen.c @brief Receive a binary message from another user in the room. @param rtcRoom ByteRTCGameRoom instance. @param uid The user ID of the sender of the message. @param message The binary message content received.
Implementation
FutureOr<void> rtcRoom$onUserBinaryMessageReceived$message(
ByteRTCGameRoom rtcRoom, NSString uid, NSData message) async {}