rtcRoom$onRoomMessageReceived$message method
FutureOr<void>
rtcRoom$onRoomMessageReceived$message(
- ByteRTCRoom rtcRoom,
- NSString uid,
- NSString message
@detail callback @author hanchenchen.c @brief > This interface will be deprecated since version 3.64. Use onRoomMessageReceived:uid:message:{@link #ByteRTCRoomDelegate#rtcRoom:onRoomMessageReceived:uid:message} instead. @brief Receive this callback when you receive a broadcast text message from the room called sendRoomMessage:{@link #ByteRTCRoom#sendRoomMessage}. @param rtcRoom ByteRTCRoom object @param uid User ID of the message sender. @param message The content of the received text message.
Implementation
FutureOr<void> rtcRoom$onRoomMessageReceived$message(
ByteRTCRoom rtcRoom, NSString uid, NSString message) async {}