rtcRoom$onRoomMessageSendResult$error method

FutureOr<void> rtcRoom$onRoomMessageSendResult$error(
  1. ByteRTCGameRoom rtcRoom,
  2. NSInteger msgid,
  3. 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 {}