Closed
Description
Stories
玩家選擇一款遊戲,系統變幫他配發到此遊戲的公開房。如果此遊戲都沒有空房,就替玩家開一間新房,任命他為房主。(參考自 GTA online)
Example mapping
Example 1
Example 2
DoD
- 點擊快速加入按鈕
- POST / rooms:fastJoin
- 跳轉至新房間
Related APIs
POST /rooms:fastJoin
{
"gameId": "{gameId}"
}
Response 200 加入遊戲成功
{
"roomId": "{roomId}"
}
// Response 404 沒有這個遊戲類型的房間
// Response 409 無法加入因為房間已滿
=> 開新房 (200)