rtsRoom$onRoomMessageSendResult$error method
FutureOr<void>
rtsRoom$onRoomMessageSendResult$error(
- ByteRTCRTSRoom rtsRoom,
- NSInteger msgid,
- ByteRTCRoomMessageSendResult error
@detail callback
@brief After sending a text or binary message to all users in the room, the message sender will receive a callback with the result of the message.
@param rtsRoom ByteRTCRTSRoom object.
@param msgid The ID of this message.
@param error Message sending results. See ByteRTCRoomMessageSendResult{@link #ByteRTCRoomMessageSendResult}
@note
+ You should call sendRoomMessage:{@link #ByteRTCRTSRoom#sendRoomMessage} Send a mass text message to the room
+ You should call sendRoomBinaryMessage:{@link #ByteRTCRTSRoom#sendRoomBinaryMessage} Send a mass binary message to the room
Implementation
FutureOr<void> rtsRoom$onRoomMessageSendResult$error(ByteRTCRTSRoom rtsRoom,
NSInteger msgid, ByteRTCRoomMessageSendResult error) async {}