rtcRoom$onRoomMessageSendResult$error method
FutureOr<void>
rtcRoom$onRoomMessageSendResult$error(
- ByteRTCRoom rtcRoom,
- NSInteger msgid,
- ByteRTCRoomMessageSendResult error
@detail callback @author hanchenchen.c @brief 调用 sendRoomMessage:{@link #ByteRTCRoom#sendRoomMessage} 或 sendRoomBinaryMessage:{@link #ByteRTCRoom#sendRoomBinaryMessage} 向房间内群发文本或二进制消息后,消息发送方会收到该消息发送结果回调。 @param rtcRoom ByteRTCRoom 对象。 @param msgid 本条消息的 ID。 @param error 消息发送结果,详见 ByteRTCRoomMessageSendResult{@link #ByteRTCRoomMessageSendResult}
Implementation
FutureOr<void> rtcRoom$onRoomMessageSendResult$error(ByteRTCRoom rtcRoom,
NSInteger msgid, ByteRTCRoomMessageSendResult error) async {}