/// <summary> /// Leave the room on the server. /// </summary> public void LeaveRoom() { api.FlushMessageQueue(); api.RoomLeave(ID); }