Parcourir la source

Merge pull request #1180 from gerfigna/patch-2

Update api.md
j8
hristoterezov il y a 8 ans
Parent
révision
fd24595baf
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      doc/api.md

+ 2
- 2
doc/api.md Voir le fichier

@@ -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
 {

Chargement…
Annuler
Enregistrer