Create Room
Create Room is used to create rooms according to the game the player wants to play. Such as Connect4 or Caro...
POST /v1/room/create HTTP/1.1
Host: roomkeeper.api.mimiland.io
mm-user-id: 662a347843e80ce0a0d73384
mm-client-id: mml
Content-Type: application/json
Authorization: bearer v4.public.eyJhZC*****5xTtpdbQI
Content-Length: 310
{
"groupName": "emote_game",
"configId": "TIC_TAC_TOE",
"tag": "TIC_TAC_TOE",
"roomMode": ["textMode"],
"channelType": "public",
"version": 1,
"configVersion": "1",
"rules": {
"betValue": 20000,
"betType": "COIN"
}
}Key
Type
Description
Last updated