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