rtsRoom$onRoomMessageReceived$uid$message method
FutureOr<void>
rtsRoom$onRoomMessageReceived$uid$message(
- ByteRTCRTSRoom rtsRoom,
- NSInteger msgid,
- NSString uid,
- NSString message,
@detail callback @author hanchenchen.c @brief Receive this callback when you receive a broadcast text message from the room called sendRoomMessage:{@link #ByteRTCRTSRoom#sendRoomMessage}. @param rtsRoom ByteRTCRoom object @param msgid Message number. @param uid User ID of the message sender. @param message The content of the received text message.
Implementation
FutureOr<void> rtsRoom$onRoomMessageReceived$uid$message(
ByteRTCRTSRoom rtsRoom,
NSInteger msgid,
NSString uid,
NSString message) async {}