rtcRoom$onRoomMessageSendResult$error method

FutureOr<void> rtcRoom$onRoomMessageSendResult$error(
  1. ByteRTCRoom 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 with sendRoomMessage:{@link #ByteRTCRoom#sendRoomMessage} or sendRoomBinaryMessage:{@link #ByteRTCRoom#sendRoomBinaryMessage}. @param rtcRoom ByteRTCRoom object. @param msgid The ID of this message. @param error Message sending results. See ByteRTCRoomMessageSendResult{@link #ByteRTCRoomMessageSendResult} @note - You should call sendRoomMessage:{@link #ByteRTCRoom#sendRoomMessage} Send a mass text message to the room - You should call sendRoomBinaryMessage:{@link #ByteRTCRoom#sendRoomBinaryMessage} Send a mass binary message to the room

Implementation

FutureOr<void> rtcRoom$onRoomMessageSendResult$error(ByteRTCRoom rtcRoom,
    NSInteger msgid, ByteRTCRoomMessageSendResult error) async {}