Join Room
Players will rely on notifications from the game center, choose the game they want, and join a room created by another user during the available time.
Request
POST /v1/room/joins HTTP/1.1
Host: roomkeeper.api.mimiland.io
mm-user-id: 65325fad7f60e4b804d97d01
mm-client-id: mml
Content-Type: application/json
Authorization: bearer v4.public.eyJhZC*****5xTtpdbQI
Content-Length: 120
{
"type": "room",
"joinType": "join",
"withRoomId": {
"roomUid": "668764fb88c2d3425fdded12"
}
}
Parameter
Key
Type
Description
joinType *required
String
Type of the join. ( View or play)
Last updated