We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a53acba commit 8ae7ad0Copy full SHA for 8ae7ad0
README.md
@@ -88,9 +88,10 @@ needing extra work from the clients.
88
```
89
90
The three callbacks receive the same arguments:
91
- * Room: name of the room used to connect.
92
- * Username: username provided by the client executing the action.
93
- * OtherUsers: list of the rest of the usernames currently in the room.
+
+* Room: name of the room used to connect.
+* Username: username provided by the client executing the action.
94
+* OtherUsers: list of the rest of the usernames currently in the room.
95
96
### server configuration
97
0 commit comments