paweldomas
d256bc317a
fix(log): log the page reload from one place
il y a 8 ans
damencho
f6609524ea
Disables loading side panels when they are disabled.
Adds some safety checks for disabled contactlist.
il y a 8 ans
damencho
aaca510f8a
Updates jsdoc.
il y a 8 ans
damencho
ae01275729
Renames variables.
il y a 8 ans
damencho
5feeef0122
Handles data from feedback callback and use it for correct close page.
il y a 8 ans
Boris Grozev
c98ffdc817
refactor: Don't calculate remote connection quality.
il y a 8 ans
Boris Grozev
09016c2182
refactor: Moves more code to lib-jitsi-meet.
il y a 8 ans
Boris Grozev
22b2f17234
refactor: Moves more code to lib-jitsi-meet.
il y a 8 ans
Boris Grozev
0c1bef927b
Don't use no double non-positives.
il y a 8 ans
Boris Grozev
4aa47a7901
feat: moves isConnectionInterrupted to lib-jitsi-meet.
il y a 8 ans
Boris Grozev
051db50b3f
feat: Moves connectionquality to lib-jitsi-meet.
il y a 8 ans
yanas
a17a98991c
Ongoing work on video thumbnail layout
il y a 8 ans
paweldomas
c95c46edac
feat(conference): reload the page when XMPP connection is dropped
il y a 8 ans
damencho
563ea1244c
Updates openMessageDialog to get only key and options.
il y a 8 ans
damencho
5217bf0bb8
Removes translateString and use translateElement.
Removing translateString forces using data-i18n attributes, to make sure we do not forget to set them. Missing data-i18n attributes is a problem with late loading where we can end up without translation, without text. Missing data-i18n attributes is also problem that strings will not be translated when changing language.
Fixes a bug in invite dialog, where remove password button was shown for non moderators.
il y a 8 ans
hristoterezov
3022754f19
fix(feedback): Fixes the logic for the thank you dialog
il y a 8 ans
paweldomas
0053c4df49
feat(PageReloadOverlay): log the reload event
il y a 8 ans
paweldomas
2a5b4dde31
feat: implement PageReloadOverlay
il y a 8 ans
paweldomas
229a3b4418
fix(conference): disconnect on VIDEOBRIDGE_NOT_AVAILABLE error
Will disconnect on ConferenceErrors.VIDEOBRIDGE_NOT_AVAILABLE.
Show the same message when either JVB is not available or Jicofo
disconnects.
il y a 8 ans
Kostiantyn Pashura
436f3b9d9b
auth btn removed. login/logout --> Profile
il y a 8 ans
Emil Ivov
05ae9134a8
Update conference.js
il y a 8 ans
damencho
65f8c9ad97
Removes title param from openTwoButtonDialog.
il y a 8 ans
damencho
b5f0d30298
Removes not used parameter of openMessageDialog (title).
We pass key which is enough to obtain the title.
il y a 8 ans
damencho
e5f38e34e9
Fixes cannot read property of undefined if there is no local video.
il y a 8 ans
damencho
bbe475cb4e
Fixes review comments.
Uses some ES6 syntax. Also removes inputHeight key for resolution as it makes no sence to have dictionary with one key. Removes some code duplication. Makes code consistent: method params for updateLocalStats and updateRemoteStats.
il y a 8 ans
hristoterezov
71d767f0b4
fix(hangup): Show Feedback independently from room.leave
il y a 8 ans
yanas
74f31db434
Dialogs re-design, invite and password modifications
il y a 8 ans
damencho
a2c71d05e6
Calculates quality based on the resolution and upload.
il y a 8 ans
yanas
125e894624
Rename functions, fix jquery element ref and indentetation
il y a 8 ans
yanas
0e9835dde2
Restyles the toolbar button toggle state
il y a 8 ans
hristoterezov
6e4a710df6
feat(analytics): Add analytics permanent properties and use new paramenters format
il y a 8 ans
hristoterezov
7f24d14832
refactor(conference.js) hangup functionality
il y a 8 ans
hristoterezov
47d39ed5ca
feat(iframe_api): Implement readyToClose event and hangup command
il y a 8 ans
Lyubomir Marinov
a2b076985a
ESLint
Enable ESLint on jitsi-meet with the same configuration and the same
goals as in lib-jitsi-meet.
il y a 8 ans
damencho
6320ef1caa
Updates raised hand to overwrite dominant speaker.
il y a 8 ans
damencho
d793cdc797
Waits for conference left event before navigating away from the page.
il y a 8 ans
hristoterezov
fcc9532bde
feat(log): Logs server field from jwt token
il y a 8 ans
paweldomas
dad3c57fad
fix(conference): react to local role change only when it changes
We initialise the UI for isModerator = false on startup, so we should
not react to the event unless it gets out of sync.
il y a 8 ans
damencho
15f4288e4a
Fixes some jshint errors.
il y a 8 ans
damencho
1e54111aad
Adds authentication error page.
When we receive a conference failed event with reason not allowed we show that page.
il y a 8 ans
paweldomas
62d2e3e2a4
feat(conference.js): add 'getParticipantDisplayName'
il y a 8 ans
paweldomas
9d1364b6fb
feat(RemoteVideo): show disconnected GSM bars for remotes
il y a 8 ans
paweldomas
5daceaead7
feat(conference.js): add isParticipantConnectionActive
il y a 8 ans
paweldomas
8a43699a89
feat(ConnectionIndicator): show disconnected GSM bars on local thumbnail
il y a 8 ans
paweldomas
3ef5dd20ef
ref(RemoteVideo): store JitsiParticipant instead of id
il y a 8 ans
damencho
975b13f868
Fixes setting remote room lock state change.
il y a 8 ans
damencho
f9a5b62326
Changes the state of room locker if room was locked not by current user.
il y a 8 ans
yanas
644faca306
Re-designs invite dialog as share link.
il y a 8 ans
damencho
fcf7069b25
Adds close page.
When enabled after hanging up redirect to close page, if needed feedback will be displayed.
il y a 8 ans
damencho
415619021f
Moves handling of thank you dialog.
Moves handling of thank you dialog out of the Promise that handles the feedback and just before we redirect to welcome page.
il y a 8 ans