LeaveMatchRoom
public void LeaveMatchRoom();
Description
Leave the waiting room.
- You cannot leave while matching is in progress.
- Once the host leaves the waiting room, that waiting room will be deleted.
When a waiting room is deleted, all participating users are kicked out of the waiting room.
Example
Backend.Match.LeaveMatchRoom();