浏览代码

Update api.md

Fix videoConferenceJoined and videoConferenceLeft event names
j8
Germán Figna 8 年前
父节点
当前提交
2331982e33
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      doc/api.md

+ 2
- 2
doc/api.md 查看文件

@@ -146,14 +146,14 @@ The listener will receive object with the following structure:
146 146
 jid: jid //the jid of the participant
147 147
 }
148 148
 ```
149
-* **video-conference-joined** - event notifications fired when the local user has joined the video conference.
149
+* **videoConferenceJoined** - event notifications fired when the local user has joined the video conference.
150 150
 The listener will receive object with the following structure:
151 151
 ```
152 152
 {
153 153
 roomName: room //the room name of the conference
154 154
 }
155 155
 ```
156
-* **video-conference-left** - event notifications fired when the local user has left the video conference.
156
+* **videoConferenceLeft** - event notifications fired when the local user has left the video conference.
157 157
 The listener will receive object with the following structure:
158 158
 ```
159 159
 {

正在加载...
取消
保存