sendCustomMessage method Null safety
Send messages to a user with userUuid
in the room in pass-through mode. For example, signaling in the room.
To send messages, use NERoomChatController.
roomUuid
room ID
userUuid
user ID
data
custom message body
Implementation
Future<VoidResult> sendCustomMessage(
String roomUuid,
String userUuid,
int commandId,
String data,
);