rtcRoom$onUserMessageSendResult$error method
FutureOr<void>
rtcRoom$onUserMessageSendResult$error(
- ByteRTCGameRoom rtcRoom,
- NSInteger msgid,
- ByteRTCUserMessageSendResult error
@detail callback @author hanchenchen.c @brief After sending a text or binary message (P2P) to a single user in the room, the message sender will receive a callback with the result of the message. @param rtcRoom ByteRTCGameRoom instance. @param msgid The ID of this message. @param error Message result. See ByteRTCUserMessageSendResult{@link #ByteRTCUserMessageSendResult}
Implementation
FutureOr<void> rtcRoom$onUserMessageSendResult$error(ByteRTCGameRoom rtcRoom,
NSInteger msgid, ByteRTCUserMessageSendResult error) async {}