Skip to main content
Version: SDK-5.11.4

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();