|
@@ -105,7 +105,7 @@ function onUserLeft(id) {
|
105
|
105
|
* That function is called when connection is established successfully
|
106
|
106
|
*/
|
107
|
107
|
function onConnectionSuccess(){
|
108
|
|
- room = connection.initJitsiConference("conference10", confOptions);
|
|
108
|
+ room = connection.initJitsiConference("conference11", confOptions);
|
109
|
109
|
room.on(JitsiMeetJS.events.conference.TRACK_ADDED, onRemoteTrack);
|
110
|
110
|
room.on(JitsiMeetJS.events.conference.TRACK_REMOVED, function (track) {
|
111
|
111
|
console.log("track removed!!!" + track);
|