Terminates the session and disconnects from the room.
Future<void> end() async { await room.disconnect(); }