Skip to main content

Leave a chatroom. When a user is signed in on multiple devices and leaves from one device, all devices leave and the chatroom listener is triggered.

Example

//the quit result is delivered through the chatroom listener callback
String chatroomId = "chatroomId1";
JIM.getInstance().getChatroomManager().quitChatroom(chatroomId);