sendCustomMessage abstract method
Description Send targeted custom messages to some members of the chat room
- Parameters:
- userIds: userIds description
- roomId:
UserId
- eventType: A constant String value that identifies the type of event.
- infoMap: Extended Information
- completion: Send callback,what if success or error.
Implementation
Future<void> sendCustomMessage({
required String roomId,
required String event,
required Map<String, String> params,
List<String>? receiver,
});