Skip to content

Instantly share code, notes, and snippets.

@larryluoo
Created June 29, 2022 07:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save larryluoo/8bf5364517b0d9c11803cfdb4894a05c to your computer and use it in GitHub Desktop.
Save larryluoo/8bf5364517b0d9c11803cfdb4894a05c to your computer and use it in GitHub Desktop.
receiveMessage
ZegoMessageService messageService = ZegoRoomManager.getInstance().messageService;
messageService.setListener(new ZegoMessageServiceListener() -> {
// This callback will be triggered when new messages are received.
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment