From 2331982e3313d849c68619021ffcc6e52d73c84f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Figna?= Date: Fri, 2 Dec 2016 17:55:19 +0100 Subject: [PATCH] Update api.md Fix videoConferenceJoined and videoConferenceLeft event names --- doc/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api.md b/doc/api.md index 54f5cda72..5f2535715 100644 --- a/doc/api.md +++ b/doc/api.md @@ -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: ``` {