leaveRoom abstract method

Future<int?> leaveRoom()

Leaves the room.

The user calls this method to leave the room, end the call process, and release all call-related resources.

Return value:

Notes:

Implementation

Future<int?> leaveRoom();