rtcRoom$onRoomMessageSendResult$error method

FutureOr<void> rtcRoom$onRoomMessageSendResult$error(
  1. ByteRTCGameRoom rtcRoom,
  2. NSInteger msgid,
  3. ByteRTCRoomMessageSendResult error
)

@detail callback @author hanchenchen.c @brief 向房间内群发文本或二进制消息后,消息发送方会收到该消息发送结果回调。 @param rtcRoom ByteRTCGameRoom 实例。 @param msgid 本条消息的 ID。 @param error 消息发送结果,详见 ByteRTCRoomMessageSendResult{@link #ByteRTCRoomMessageSendResult}

Implementation

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