Просмотр исходного кода

Update api.md

Fix videoConferenceJoined and videoConferenceLeft event names
j8
Germán Figna 8 лет назад
Родитель
Сommit
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
 {

Загрузка…
Отмена
Сохранить