Update api.md

Fix videoConferenceJoined and videoConferenceLeft event names
This commit is contained in:
Germán Figna 2016-12-02 17:55:19 +01:00 committed by GitHub
parent 683fc84a28
commit 2331982e33
1 changed files with 2 additions and 2 deletions

View File

@ -146,14 +146,14 @@ The listener will receive object with the following structure:
jid: jid //the jid of the participant
}
```
* **video-conference-joined** - event notifications fired when the local user has joined the video conference.
* **videoConferenceJoined** - event notifications fired when the local user has joined the video conference.
The listener will receive object with the following structure:
```
{
roomName: room //the room name of the conference
}
```
* **video-conference-left** - event notifications fired when the local user has left the video conference.
* **videoConferenceLeft** - event notifications fired when the local user has left the video conference.
The listener will receive object with the following structure:
```
{