ZegoExpressEngineIM extension

on

Methods

createRealTimeSequentialDataManager(String roomID) Future<ZegoRealTimeSequentialDataManager?>
Create the real time sequential data manager instance
destroyRealTimeSequentialDataManager(ZegoRealTimeSequentialDataManager manager) Future<void>
Destroy the real time sequential data manager instance
sendBarrageMessage(String roomID, String message) Future<ZegoIMSendBarrageMessageResult>
Sends a Barrage Message (bullet screen) to all users in the same room, without guaranteeing the delivery.
sendBroadcastMessage(String roomID, String message) Future<ZegoIMSendBroadcastMessageResult>
Sends a Broadcast Message.
sendCustomCommand(String roomID, String command, List<ZegoUser> toUserList) Future<ZegoIMSendCustomCommandResult>
Sends a Custom Command to the specified users in the same room.
sendTransparentMessage(String roomID, ZegoRoomSendTransparentMessage message) Future<ZegoRoomSendTransparentMessageResult>
Sends a transparent message in room.