hristoterezov
bd98d661d3
ref(remotecontrol): Moves hangup logic to remote control module
il y a 8 ans
hristoterezov
0efca9a9a8
fix(remotecontrol): Fixing issues after peer review.
il y a 8 ans
hristoterezov
a4d5c41b3a
feat(remotecontrol): UI for requesting permissions
il y a 8 ans
hristoterezov
846fb9abb0
feat(remotecontrol): Implement requesting remote control permissions
il y a 8 ans
hristoterezov
0f33e59e4d
feat(remotecontrol): announce remotecontrol support
il y a 8 ans
hristoterezov
896650d005
feat(remotecontrol): Implement basic remote control support
il y a 8 ans
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
il y a 8 ans
hristoterezov
f7ce8d028d
feat(iframeAPI): implement avatar change commands
il y a 8 ans
hristoterezov
61f4b52a15
fix(filmstrip_only): Remove unrelated UI elements
il y a 8 ans
hristoterezov
0f9bc766db
fix(filmstrip_only): JS errors
il y a 8 ans
damencho
4ebefb17e9
Removes guest parameter when navigating to close page.
Using sessionStorage to save whether user is guest or not.
il y a 8 ans
damencho
282defc54c
Pass parameter to close page about current participant is it guest.
il y a 8 ans
paweldomas
6c716bcbb1
fix(conference.js): handle CONNECTION_DROPPED_ERROR
il y a 8 ans
paweldomas
44beed6216
feat: distinguish between network and infra... failure
il y a 8 ans
paweldomas
df721cbd2e
feat(analytics): add reason as label to page reload event
il y a 8 ans
paweldomas
52847bd28d
fix(conference): crash with anonymous domain config
il y a 8 ans
paweldomas
36bcc6831b
feat: use LogCollector to capture JS console logs
il y a 8 ans
paweldomas
76c89845a8
feat: add logging config
il y a 8 ans
paweldomas
b58f1cdd16
use logger instead of console
il y a 8 ans
hristoterezov
dc0a7e7628
feat(Analytics): Multiple analytics handlers support
il y a 8 ans
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.
il y a 8 ans
hristoterezov
a4a1579c84
style(conference): Rename MAX_DISPLAYNAME_LENGTH
il y a 8 ans
Boris Grozev
6740b9edf6
feat: Logs pin/unpin events via analytics.
il y a 8 ans
Boris Grozev
cf241effbf
style: Fixes indentation, spelling.
il y a 8 ans
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
hristoterezov
a6a7e81a0f
feat(DisplayName): Limit local and remote display name to 50 chars
il y a 8 ans
damencho
aaca510f8a
Updates jsdoc.
il y a 8 ans
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.
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