rtcRoom$onRoomMessageSendResult$error method
FutureOr<void>
rtcRoom$onRoomMessageSendResult$error(
- ByteRTCGameRoom rtcRoom,
- NSInteger msgid,
- ByteRTCRoomMessageSendResult error
@detail callback @author hanchenchen.c @brief Receives this callback after sending a text message or a binary message to a room. @param rtcRoom ByteRTCGameRoom instance. @param msgid The ID of this message. @param error Message sending results. See ByteRTCRoomMessageSendResult{@link #ByteRTCRoomMessageSendResult}
Implementation
FutureOr<void> rtcRoom$onRoomMessageSendResult$error(ByteRTCGameRoom rtcRoom,
NSInteger msgid, ByteRTCRoomMessageSendResult error) async {}