RequestMatchMaking
public void RequestMatchMaking(MatchType matchType, MatchModeType matchModeType, string matchCardIndate);
Parameters
| Value | Type | Description |
|---|---|---|
| matchType | MatchType | Match type to request |
| modeType | MatchModeType | Match mode type to request |
| matchCardIndate | string | inDate returned by GetMatchList method or inDate of the relevant matching that can be checked in BACKND Console |
Description
Requests matching generated in BACKND Console.
- You can request matching only when you are in the waiting room.
- If you are alone in the waiting room, you can request 1:1, solo battle, and team battle.
- If you are in the waiting room with other users, you can request team battle only.
- Only the host(the user who created the room) can request matching.
Example
Backend.Match.RequestMatchMaking(matchType, modeType, inDate);