Skip to content

Commit

Permalink
Merge pull request #583 from zjc19891106/patch-4
Browse files Browse the repository at this point in the history
Update roomuikit_best_practice.md
  • Loading branch information
haoxiuwen authored Jan 3, 2024
2 parents 89c10c8 + f6dde7a commit 7776150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/uikit/chatroomuikit/ios/roomuikit_best_practice.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ addSubView(roomView)
你可以调用 `registerRoomEventsListener` 方法添加监听器用于监听 ChatroomUIKit 事件和错误。

```Swift
ChatroomUIKitClient.shared.registerRoomEventsListener(listener:self)
ChatroomUIKitClient.shared.registerRoomEventsListener(self)
```

## 参考
Expand Down

0 comments on commit 7776150

Please sign in to comment.