leaveAllRoom abstract method

Future<ZIMRoomAllLeftResult> leaveAllRoom()

Available since: 2.15 and above.

Description: Call this interface to exit all rooms you have entered at once.

When to call: Can be called after logging in.

Related callbacks: Get the list of rooms left through the ZIMRoomAllLeftResult result.

Implementation

Future<ZIMRoomAllLeftResult> leaveAllRoom();