We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
當遊戲結束時,通知所有使用者遊戲已關閉。
可依實際情況調整格式
socket.on("GAME_ENDED")
{ "type": "GAME_ENDED", "data": { "gameId": String, "roomId": String, } }