MLAPI Random Matchmaking

hello; i have been studying the new sample project “Boss Room” and wonder if it was possible to implement a random matchmaking with MLAPI; for example: i press a a “search” button and as soon as someone else is doing the same; we will get matched in a game.
Does anyone know if you can implement such logic with MLAPI? I know it is possible with Photon PUN2 but didnt find anything regarding MLAPI.

It can of course be done, but it isn’t built-in like with PUN (part of why PUN isn’t free). You would either have to code a matchmaking service yourself or use an asset specifically for that purpose, like this:

You can check new boss room from last month. it Have “quick join” function