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