In my current usecase I should link players based on a room ID they get from an external source (Flutter app).
Would it be possible to automatically create a lobby if there is none with that ID, so that players with the same ID can then automatically join?
Would the Create Or Join API work for you?
That’s great! I was trying to make this with Matchmaker, but this should match my usecase perfectly, thank you