Skip to content

Feat: 其他使用者進入房間 - 1 #243

Closed
@Parkerhiphop

Description

@Parkerhiphop

DoD

其他使用者加入房間時,使用者可以看到他們加入。

Schema

可依實際情況調整格式

socket.on("USER_JOINED")

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions