Skip to content

Feat: 其它使用者被踢除 #276

Closed
@bxbdev

Description

@bxbdev

Stories

  • 其它使用者會彈出被踢除,並轉回到遊戲列表
  • 其它使用者會看到有玩家被踢出

DoD

其他使用者被踢除,使用者可以看到使用者被踢出。

Schema

可依實際情況調整格式

socket.on(""USER_LEFT")

{
  "type": "USER_LEFT",
  "data": {
    "user": {
        "id": String,
        "nickname": String
    },
    "roomId": String,
  }
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions