Commit Graph

179 Commits

Author SHA1 Message Date
hristoterezov 0508628871 Creates API module. 2015-01-09 15:39:32 +02:00
hristoterezov e20274c2f7 Creates connection quality module. 2015-01-08 14:11:53 +02:00
hristoterezov 4d25b139cc Fixes some issues caused by the merge. 2015-01-07 17:47:48 +02:00
hristoterezov 6ce48a5b7b Merge branch 'master' of github.com:jitsi/jitsi-meet
Conflicts:
	app.js
	index.html
	libs/colibri/colibri.focus.js
	libs/modules/statistics.bundle.js
	moderator.js
	modules/UI/videolayout/VideoLayout.js
	muc.js
2015-01-07 17:14:10 +02:00
hristoterezov 69b0e2ad32 Creates UI module. 2015-01-07 16:54:03 +02:00
paweldomas 459891e647 Bumps js versions, updates bundles. 2015-01-05 13:14:27 +01:00
George Politis dc5d5f8436 Nukes colibri.*.js and restores original file structure of strophe.jingle. 2014-12-26 10:40:06 +01:00
hristoterezov 5b34a66cb6 Implements RTC module. 2014-12-19 15:59:08 +02:00
hristoterezov c6d8e34779 Implements statistics module. 2014-12-17 18:21:25 +02:00
Damian Minkov 7bacd957bd Updates invitation email. 2014-12-17 14:45:22 +02:00
paweldomas f4004656a3 Adds functionality for authentication with external system. 2014-12-16 14:54:35 +01:00
yanas cc38c2641b Modifies default avatar image. 2014-12-12 13:18:36 +01:00
fo d1c634abc2 Fixes active speaker avatar and active speaker audio level missmatch. 2014-12-12 11:32:16 +02:00
fo 451d16a664 Fixes error when myroomjid is null. 2014-12-11 13:39:27 +02:00
fo b6a665e007 Adds audio levels for the active speaker avatar. 2014-12-10 15:10:54 +02:00
George Politis 3c96c91ca8 Bumps version numbers for changed js files. 2014-12-05 17:00:24 +01:00
paweldomas b035bfc9aa Merge branch 'master' into ssfocus
Conflicts:
	index.html
	muc.js
	videolayout.js
2014-11-28 16:43:45 +01:00
paweldomas 71b63cd0b3 Adds Pako (an implementation of zlib deflate). Written by Boris Grozev. 2014-11-28 16:23:17 +01:00
paweldomas 7dc8102dee Replaces 'focus' occurrences with moderator for handling privileged functionalities. 2014-11-28 16:17:53 +01:00
paweldomas 6afcfb2598 Basic recording. 2014-11-28 16:05:10 +01:00
fo 1d4177faeb Adds a side panel toggler, settings menu, avatars, uuids. 2014-11-27 12:44:22 +02:00
George Politis 7da0fd6794 Make it possible to pin a participant from the contact list, even if he's not in the lastN set. 2014-11-25 11:58:09 +01:00
George Politis de7cc0b52b Implements local lastN set. 2014-11-20 16:52:52 +01:00
George Politis a0092b78ca Fixes desktop sharing when used with simulcast. 2014-11-11 15:50:46 +01:00
fo 1057c6dd0d Removes the notifications for entering/leaving lastN. 2014-11-06 13:04:04 +02:00
fo f2a310f6c3 Adds notifications when a user joins/leaves or is added/removed from lastN. 2014-11-05 10:57:27 +02:00
hristoterezov cbb3b78d9a Removes brand.js 2014-11-04 16:14:02 +02:00
George Politis ee44ed5749 Adds config.adaptiveSimulcast, a new bool option that optionally enables simulcast adaptivity. 2014-11-04 14:27:23 +01:00
fo 74f158128e Makes the number of participants blue. 2014-11-03 16:55:45 +02:00
George Politis 82f51517af Bumps simulcast.js and videolayout.js version numbers. 2014-10-31 11:49:18 +01:00
hristoterezov f3ac51ae66 Fixes the wrong values (NaN) in the connection tooltips. 2014-10-29 12:49:57 +02:00
hristoterezov a3d0050328 Implements support for events for the API. Adds toggleChat and toggleContactList commands. Renames filmStrip to toggleFilmStrip command. Fixes issues with removing the embedded Jitsi Meet. 2014-10-27 15:24:09 +02:00
fo 02d8f1a3ca Adds the number of participants to the contact list icon.
Adds glowing to the bottom toolbar chat button and the contact list button when a contact enters or leaves.
2014-10-27 14:02:15 +02:00
Yana Stamcheva 437f5a9a17 Tries to fix cursor placement problem in chat write area reported by Emil Ivov. 2014-10-23 13:38:38 +02:00
fo 67afdb3d45 Add missed js versions. 2014-10-23 13:23:00 +03:00
fo 54946909e6 Change the css theme of the chat. 2014-10-23 12:49:53 +03:00
hristoterezov 667a8c1493 Implements API that allows external applications to embed Jitsi Meet. 2014-10-22 12:03:07 +03:00
George Politis 78d60128a4 Reverts 774785 "Attempts to prevent blackness when switching simulcast streams."
It seems to break things when testing with multiple tabs open.
2014-10-22 09:26:01 +02:00
hristoterezov b369e28bb0 Fixes the issues with resolution value when simulcast is enabled. 2014-10-21 12:19:17 +03:00
George Politis 117d6c513c Reverts 774785 "Attempts to prevent blackness when switching simulcast streams."
It seems to break things when testing with multiple tabs open.
2014-10-21 10:10:24 +02:00
George Politis 65ddc22112 Fixes error when simulcast is disabled. 2014-10-20 14:40:37 +02:00
George Politis 774785c648 Attempts to prevent blackness when switching simulcast streams. 2014-10-20 14:34:00 +02:00
George Politis 76394c507e Splits the simulcast management in two parts, a receiver and a sender.
Splits the simulcast management in two classes, a SimulcastReceiver and a SimulcastSender. A SimulcastManager class manages the receiver and the sender. The SimulcastSender class specializes into the NativeSimulcastSender, SimpleSimulcastSender and NoSimulcastSender classes.
2014-10-20 14:34:00 +02:00
hristoterezov 13e43e2b25 Handles multiple IPs displayed in connection popover. 2014-10-17 17:45:58 +03:00
hristoterezov 857f80003c Fixes duplicating ports in connection popover. 2014-10-17 17:16:59 +03:00
Boris Grozev 79936ecbc8 Bumps version. 2014-10-17 17:13:10 +03:00
hristoterezov ee7752dfe2 Fixes positioning issues with connection popover. Fixes some issues with removal of the connection popover. 2014-10-17 16:51:23 +03:00
Boris Grozev cfc878a4e6 Updates versions. 2014-10-17 15:52:57 +03:00
hristoterezov dc60cfc52a Implements connection quality indicator. 2014-10-16 18:11:26 +03:00
George Politis e6039a0ccf Bumps js versions in index.html 2014-10-15 17:00:09 +02:00