damencho
1d7da21e48
Moves all static content/files in a new folder.
Also clears debian package from including *.js files from source roote folder, files which were not used.
8 年前
Leonard Kim
989161159d
Modal dialog for displaying dominant speaker times
8 年前
hristoterezov
d74e43ddcc
[RN] fix(Avatar): Match the implementation for web
8 年前
Lyubo Marinov
23ddce122b
Comply w/ coding style
8 年前
hristoterezov
814bd26c07
feat(Avatar): Implement Avatar for web
8 年前
Ilya Daynatovich
c7f3740099
Fix IE redirect problem
8 年前
Lyubomir Marinov
538af01bf5
Comply w/ coding style
8 年前
hristoterezov
92d0589a37
ref(overlay): The overlays to use React
8 年前
damencho
a1b3c56de7
Uses tooltip to show custom popups for mute mic button/shared video button.
8 年前
Lyubomir Marinov
d6b0f8d4c5
Use functions, do not re-implement them
We have the functions reload and redirect which modify window.location.
Use them and do not directly modify window.location so that we have
fewer places of direct window.location modifications and it is easier to
refactor them.
8 年前
Lyubomir Marinov
8509efc8af
Make the Web app aware of its context root
8 年前
hristoterezov
bd98d661d3
ref(remotecontrol): Moves hangup logic to remote control module
8 年前
hristoterezov
0efca9a9a8
fix(remotecontrol): Fixing issues after peer review.
8 年前
hristoterezov
a4d5c41b3a
feat(remotecontrol): UI for requesting permissions
8 年前
hristoterezov
846fb9abb0
feat(remotecontrol): Implement requesting remote control permissions
8 年前
hristoterezov
0f33e59e4d
feat(remotecontrol): announce remotecontrol support
8 年前
hristoterezov
896650d005
feat(remotecontrol): Implement basic remote control support
8 年前
bbaldino
5baa167a08
Sdp overhaul (#1234)
* M1: device change now uses new flow. fundamentally "works" but may be corner cases/side effects to other flows. haven't touched ffox yet
* M2: change toggle screenshare flows to use the new video replacement chain
* remove the old 'useVideoStream' and replace it with the new one
* use the new (and renamed back from the shim) 'dispose' method
* tweaks to work with the sdp overhaul changes in lib-jitsi-meet
* change the order in which we call dispose (to handle dispose being reverted back to how it is currently on master)
* move useAudioStream over to new flow
* restore useVideoStream doc
* handle rename JitsiConference::replaceStream -> JitsiConference::replaceTrack
* fix useAudioStream and useVideoStream to return a promise again
8 年前
hristoterezov
f7ce8d028d
feat(iframeAPI): implement avatar change commands
8 年前
hristoterezov
61f4b52a15
fix(filmstrip_only): Remove unrelated UI elements
8 年前
hristoterezov
0f9bc766db
fix(filmstrip_only): JS errors
8 年前
damencho
4ebefb17e9
Removes guest parameter when navigating to close page.
Using sessionStorage to save whether user is guest or not.
8 年前
damencho
282defc54c
Pass parameter to close page about current participant is it guest.
8 年前
paweldomas
6c716bcbb1
fix(conference.js): handle CONNECTION_DROPPED_ERROR
8 年前
paweldomas
44beed6216
feat: distinguish between network and infra... failure
8 年前
paweldomas
df721cbd2e
feat(analytics): add reason as label to page reload event
8 年前
paweldomas
52847bd28d
fix(conference): crash with anonymous domain config
8 年前
paweldomas
36bcc6831b
feat: use LogCollector to capture JS console logs
8 年前
paweldomas
76c89845a8
feat: add logging config
8 年前
paweldomas
b58f1cdd16
use logger instead of console
8 年前
hristoterezov
dc0a7e7628
feat(Analytics): Multiple analytics handlers support
8 年前
damencho
82926ef8c6
Detects suspended event, stops local video and shows overlay.
Also removes device change listener, cause when PC wakeups devices will be reconnected and we can try open the local video again.
8 年前
hristoterezov
a4a1579c84
style(conference): Rename MAX_DISPLAYNAME_LENGTH
8 年前
Boris Grozev
6740b9edf6
feat: Logs pin/unpin events via analytics.
8 年前
Boris Grozev
cf241effbf
style: Fixes indentation, spelling.
8 年前
paweldomas
d256bc317a
fix(log): log the page reload from one place
8 年前
damencho
f6609524ea
Disables loading side panels when they are disabled.
Adds some safety checks for disabled contactlist.
8 年前
hristoterezov
a6a7e81a0f
feat(DisplayName): Limit local and remote display name to 50 chars
8 年前
damencho
aaca510f8a
Updates jsdoc.
8 年前
paweldomas
d60146c6a8
fix(conference): leave the room when XMPP connection is dropped
It looks weird when the page reload overlay appears and the conference
continues in the background (the connection to the JVB remains active).
The library will not recover and the conference can not continue without
the signalling, so the room should be left and media stopped.
8 年前
damencho
ae01275729
Renames variables.
8 年前
damencho
5feeef0122
Handles data from feedback callback and use it for correct close page.
8 年前
Boris Grozev
c98ffdc817
refactor: Don't calculate remote connection quality.
8 年前
Boris Grozev
09016c2182
refactor: Moves more code to lib-jitsi-meet.
8 年前
Boris Grozev
22b2f17234
refactor: Moves more code to lib-jitsi-meet.
8 年前
Boris Grozev
0c1bef927b
Don't use no double non-positives.
8 年前
Boris Grozev
4aa47a7901
feat: moves isConnectionInterrupted to lib-jitsi-meet.
8 年前
Boris Grozev
051db50b3f
feat: Moves connectionquality to lib-jitsi-meet.
8 年前
yanas
a17a98991c
Ongoing work on video thumbnail layout
8 年前
paweldomas
c95c46edac
feat(conference): reload the page when XMPP connection is dropped
8 年前