hristoterezov
f899d16a79
Implements extension external installation for popup windows
9 år sedan
damencho
2c39514359
Fixes the check whether we are hovering over the toolbar.
9 år sedan
damencho
536ffb31e0
Moves loading of analytics in the library.
9 år sedan
yanas
da0898a066
Isolate object-fit fix for Windows Qt browser only
9 år sedan
damencho
6651168dd3
Moves render and ttfm connection times to the library.
9 år sedan
yanas
5654d34ee8
Fix remote participant menu for moderator
9 år sedan
damencho
6302e42229
Uses analytics from lib-jitsi-meet and adds new events.
Adds more analytics events for shortcuts, recording and shared video. Changes the way we calculate ttfm.
9 år sedan
paweldomas
34a24ce290
Fix a crash on IE/Safari when plugin is not installed
9 år sedan
paweldomas
62fa4dffa8
Fix broken invite URL on IE10
IE 10 does not support "window.location.origin"
9 år sedan
damencho
df01358fb8
Adds comment.
9 år sedan
damencho
06c636311d
Adds analytics event and console log for TTFM (time to first media).
9 år sedan
damencho
562c2e38db
Adds analytics event for rendering audio and video.
9 år sedan
paweldomas
123b5abb08
Hide the toolbar when the the ring overlay is displayed
9 år sedan
damencho
e9b7aaea84
Adds more analytics events.
9 år sedan
paweldomas
8de3e0ff0b
Remove query parameters from the URL visible to the user
9 år sedan
paweldomas
443c29f505
No longer use full href for the invite URL
9 år sedan
hristoterezov
6ae35fb21d
Preventing the client for using/sending resolution data from/to remote participants
9 år sedan
hristoterezov
8d162609e0
Handles the errors thrown by the data channel methods
9 år sedan
hristoterezov
9d170e4c59
Fixes the gsm bars during ice disconnected
9 år sedan
hristoterezov
4bf5d69002
Changes the connection quality stats to be sent by the data channels
9 år sedan
Etienne CHAMPETIER
9a4cee1818
Improve keyboard shortcut handling
Use KeyboardEvent.key if available,
match both lower and upper case letters to keep previous behaviour
KeyboardEvent is a mess.
KeyboardEvent.which gives you, in theory, a decimal representation of the key pressed.
"r" or "R" gives you 82, which is "R", you can look at KeyboardEvent.shiftKey,
but you don't have access to capslock...
Maybe you want to use numbers, but of course NumPad will not give you the same than
"normal" numbers ...
Now if you use something else than letter, for exemple "?",
on a QWERTY keyboard "/" and "?" gives you 191,
on a AZERTY keyboard "," and "?" gives you 188, so we have to stick to letters.
This was for keydown and keyup events, keypressed event return the real char
(lower "a", "/", "?", ...) but it fails in some cases
The only non broken property is KeyboardEvent.key,
but it's only supported since Chrome 51, Opera 38, and not supported by Safari
https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key
A good reference & test:
http://unixpapa.com/js/testkey.html
http://unixpapa.com/js/key.html
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com >
9 år sedan
bgrozev
1f8dc54368
Revert "Changes the connection quality stats to be sent by the data channels"
9 år sedan
damencho
74ece3a775
Uses videoType from the video track for the initial value.
Handles the case where the remote track is with initial value of camera and no further events are received for video type changed.
9 år sedan
hristoterezov
d0fa9e7ef1
Changes the connection quality stats to be sent by the data channels
9 år sedan
damencho
7aa47647f0
Avoids multiple dialog when showing lock attempt errors.
9 år sedan
hristoterezov
52c6bbe731
Fixes typo
9 år sedan
hristoterezov
1963972f75
Fixes the issue with missing audio element for remote participants
9 år sedan
hristoterezov
e46d45adea
Fixes issue #716
9 år sedan
paweldomas
f977030bd6
Add support for JWT login service
9 år sedan
paweldomas
38fc1c01d4
Move XMPP login prompt handling to AuthHandler
9 år sedan
Boris Grozev
66a46fc580
Adds documentation.
9 år sedan
Boris Grozev
de41977c77
Logs resolution changes to callstats.
9 år sedan
paweldomas
62dd54ab31
Display spinner for RETRYING recording status
9 år sedan
paweldomas
b3e02add3d
Fix moveToCorner method
If the class was contained the old code was removing it
9 år sedan
hristoterezov
7bf9a82f0b
Implements conference reload support
9 år sedan
damencho
615daa8c9f
Updates close function parameters.
9 år sedan
damencho
5dffddceec
Make sure we have only one dialog instance.
9 år sedan
damencho
d5de49b5cf
Returns the dialog instances that were created and adds an optional close callback.
9 år sedan
damencho
62f7553ba4
Updates two button dialogs to be only single instance.
9 år sedan
tsareg
60c2ee41e3
Expose JitsiTrackError through JitsiMeetJS.errorTypes.JitsiTrackError
9 år sedan
hristoterezov
d624f2584d
Fixes issue with room name parameter = undefined
9 år sedan
hristoterezov
3c0295e294
Removes console.debug
9 år sedan
hristoterezov
970e8c764c
Fixes issue with gsm bars for remote participants are always full
9 år sedan
tsareg
d149ba6fc5
Fire an optional JitsiMediaDevices.PERMISSION_PROMPT_IS_SHOWN event when browser shows user media permission prompt when calling createLocalTracks
9 år sedan
Boris Grozev
2cefea3677
Hide the shortcuts panel when the Escape key is pressed.
9 år sedan
tsareg
375b145030
Prevent possible memory leak
9 år sedan
tsareg
9d3b2aee02
Show overlay with guidance for gUM permission prompts
9 år sedan
Boris Grozev
2d2e27b8d0
Implements "raised hand".
9 år sedan
Boris Grozev
4b6ac38058
Fixes a failure to show the dominant speaker indicator for the local participant.
9 år sedan
hristoterezov
02f176c75a
Changes the implementation of the iframe API to use postis
9 år sedan