Browse Source

Update api.md

Fix videoConferenceJoined and videoConferenceLeft event names
master
Germán Figna 8 years ago
parent
commit
2331982e33
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      doc/api.md

+ 2
- 2
doc/api.md View File

146
 jid: jid //the jid of the participant
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
 The listener will receive object with the following structure:
150
 The listener will receive object with the following structure:
151
 ```
151
 ```
152
 {
152
 {
153
 roomName: room //the room name of the conference
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
 The listener will receive object with the following structure:
157
 The listener will receive object with the following structure:
158
 ```
158
 ```
159
 {
159
 {

Loading…
Cancel
Save