Nicholas Wittstruck
a6277b810e
fixed typo
vor 10 Jahren
fo
5c9f4ba65b
Changes the colors of the links in the chat.
vor 10 Jahren
fo
1057c6dd0d
Removes the notifications for entering/leaving lastN.
vor 10 Jahren
hristoterezov
32e6a9a5d1
Merge pull request #189 from Zalmoxisus/master
Escape tags to fix issue #182
vor 10 Jahren
Zalmoxisus
6a489de167
Escape tags to fix issue #182
vor 10 Jahren
fo
f2a310f6c3
Adds notifications when a user joins/leaves or is added/removed from lastN.
vor 10 Jahren
hristoterezov
6861dc967f
Removes "," from the last element in config.js
vor 10 Jahren
hristoterezov
cbb3b78d9a
Removes brand.js
vor 10 Jahren
George Politis
ee44ed5749
Adds config.adaptiveSimulcast, a new bool option that optionally enables simulcast adaptivity.
vor 10 Jahren
fo
74f158128e
Makes the number of participants blue.
vor 10 Jahren
George Politis
82f51517af
Bumps simulcast.js and videolayout.js version numbers.
vor 10 Jahren
George Politis
e8de53413b
Factors simulcast related code.
vor 10 Jahren
George Politis
68e6afbd61
Attempts to fix the resolution N/A problem.
vor 10 Jahren
George Politis
f7880c96ce
Renames some variables in simulcast.js.
vor 10 Jahren
George Politis
4c04708a3a
Adds hidden, and by default disabled, "displayJids" configuration option for debugging purposes.
vor 10 Jahren
Damian Minkov
5ce2ce8db6
Removes toggle lock icon, just lock or unlock it, depending the status returned by the server.
vor 10 Jahren
hristoterezov
f9daa25a6c
Fixes the issue with the IPv6 addresses in connection quality tooltips.
vor 10 Jahren
hristoterezov
f3ac51ae66
Fixes the wrong values (NaN) in the connection tooltips.
vor 10 Jahren
Damian Minkov
de04bb8ef1
Changes the padlock to locked when a participant is entering a locked room and still haven't entered the key. We show padlock locked whenever the room requires a key to enter.
vor 10 Jahren
Damian Minkov
0f431eec5d
Updates quick install. Removes some commands options for jigasi, which are no longer needed.
vor 10 Jahren
George Politis
af171612b8
Takes into account the fact that Chromium doesn't do native simulcast.
vor 10 Jahren
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.
vor 10 Jahren
fo
007564a1e5
Css adjustments.
vor 10 Jahren
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.
vor 10 Jahren
George Politis
e41c8eff14
Fixes issue with video pre-loading.
vor 10 Jahren
George Politis
fad08fdef0
Takes advantage of the smart simulcast layer escalation of the bridge to prevent blackness when we switch to a higher order layer.
vor 10 Jahren
Damian Minkov
a55e3f5d9d
Fixes issue with unable to open second dialog on wrong room key entered. Still tests to come. Handle dialog action after the dialog is closed, otherwise the event for wrong key can come before the dialog is closed and will not be open again.
vor 10 Jahren
Damian Minkov
b35e8aaf93
Removes unused, duplicate code method.
vor 10 Jahren
Damian Minkov
1602af0229
Migrates jitsi-videobridge config file.
vor 10 Jahren
Yana Stamcheva
437f5a9a17
Tries to fix cursor placement problem in chat write area reported by Emil Ivov.
vor 10 Jahren
fo
aff8916618
Adds a style to the nick input field and hides the smiley button.
vor 10 Jahren
fo
67afdb3d45
Add missed js versions.
vor 10 Jahren
fo
54946909e6
Change the css theme of the chat.
vor 10 Jahren
Damian Minkov
8f9c6de0b6
Fixes purging configuration.
vor 10 Jahren
Damian Minkov
380cdcdd65
Adds dirs file.
vor 10 Jahren
Damian Minkov
9ee0dc26c4
Removed unused files.
vor 10 Jahren
Damian Minkov
75586431a4
Moves config.js in /etc/jitsi/meet.
vor 10 Jahren
Damian Minkov
ee324cf41f
Adds prosody config to conf.avail and enable it in conf.d so we don't wipe prosody config on installing meet.
vor 10 Jahren
Damian Minkov
79a318d0e0
Adds dependency to jquery debian package.
vor 10 Jahren
Damian Minkov
d9d1f010ab
Updates debian package with dependency to yui-compressor, which generates min versions of some libs (strophe plugins).
vor 10 Jahren
hristoterezov
667a8c1493
Implements API that allows external applications to embed Jitsi Meet.
vor 10 Jahren
George Politis
78d60128a4
Reverts 774785 "Attempts to prevent blackness when switching simulcast streams."
It seems to break things when testing with multiple tabs open.
vor 10 Jahren
George Politis
6e58fb9a39
Don't reference simulcastUtils of parent.
vor 10 Jahren
hristoterezov
b369e28bb0
Fixes the issues with resolution value when simulcast is enabled.
vor 10 Jahren
George Politis
117d6c513c
Reverts 774785 "Attempts to prevent blackness when switching simulcast streams."
It seems to break things when testing with multiple tabs open.
vor 10 Jahren
Damian Minkov
a4c8c8b95c
Removes usr/share/doc/ from debian folder. Fixes build.
vor 10 Jahren
George Politis
65ddc22112
Fixes error when simulcast is disabled.
vor 10 Jahren
George Politis
774785c648
Attempts to prevent blackness when switching simulcast streams.
vor 10 Jahren
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.
vor 10 Jahren
George Politis
740f6020d5
Renames simulcast related classes.
vor 10 Jahren