Skip to content

Feat: 通知所有使用者遊戲開始 #279

Closed
@bxbdev

Description

@bxbdev

DoD

通知所有使用者遊戲開始

Schema

可依實際情況調整格式

socket.on("GAME_STARTED")

{
  "type": "GAME_STARTED",
  "data": {
    "roomId": String,
    "gameUrl": String
  }
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions