Emil Ivov
05ae9134a8
Update conference.js
8 anos atrás
damencho
e5f38e34e9
Fixes cannot read property of undefined if there is no local video.
8 anos atrás
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.
8 anos atrás
hristoterezov
71d767f0b4
fix(hangup): Show Feedback independently from room.leave
8 anos atrás
yanas
74f31db434
Dialogs re-design, invite and password modifications
8 anos atrás
damencho
a2c71d05e6
Calculates quality based on the resolution and upload.
8 anos atrás
yanas
125e894624
Rename functions, fix jquery element ref and indentetation
8 anos atrás
yanas
0e9835dde2
Restyles the toolbar button toggle state
8 anos atrás
hristoterezov
6e4a710df6
feat(analytics): Add analytics permanent properties and use new paramenters format
8 anos atrás
hristoterezov
7f24d14832
refactor(conference.js) hangup functionality
8 anos atrás
hristoterezov
47d39ed5ca
feat(iframe_api): Implement readyToClose event and hangup command
8 anos atrás
Lyubomir Marinov
a2b076985a
ESLint
Enable ESLint on jitsi-meet with the same configuration and the same
goals as in lib-jitsi-meet.
8 anos atrás
damencho
6320ef1caa
Updates raised hand to overwrite dominant speaker.
8 anos atrás
damencho
d793cdc797
Waits for conference left event before navigating away from the page.
8 anos atrás
hristoterezov
fcc9532bde
feat(log): Logs server field from jwt token
8 anos atrás
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.
8 anos atrás
damencho
15f4288e4a
Fixes some jshint errors.
8 anos atrás
damencho
1e54111aad
Adds authentication error page.
When we receive a conference failed event with reason not allowed we show that page.
8 anos atrás
paweldomas
62d2e3e2a4
feat(conference.js): add 'getParticipantDisplayName'
8 anos atrás
paweldomas
9d1364b6fb
feat(RemoteVideo): show disconnected GSM bars for remotes
8 anos atrás
paweldomas
5daceaead7
feat(conference.js): add isParticipantConnectionActive
8 anos atrás
paweldomas
8a43699a89
feat(ConnectionIndicator): show disconnected GSM bars on local thumbnail
8 anos atrás
paweldomas
3ef5dd20ef
ref(RemoteVideo): store JitsiParticipant instead of id
8 anos atrás
damencho
975b13f868
Fixes setting remote room lock state change.
8 anos atrás
damencho
f9a5b62326
Changes the state of room locker if room was locked not by current user.
8 anos atrás
yanas
644faca306
Re-designs invite dialog as share link.
8 anos atrás
damencho
fcf7069b25
Adds close page.
When enabled after hanging up redirect to close page, if needed feedback will be displayed.
8 anos atrás
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.
8 anos atrás
paweldomas
11953cbb60
feat(conference.js): add isConnectionInterrupted getter
9 anos atrás
paweldomas
e0a05c5908
ref(LargeVideo): move VideoContainer to separate file
VideoContainer is a separate being which implements the LargeContainer
and it's confusing to have it in the same file. This was encouraging to
access private parts of the VideoContainer directly(not through
the interface).
8 anos atrás
damencho
bbc7aedb48
Adds download logs method for debugging.
Adds a download logs method that can be called from console to take usefull messages for debugging.
console> APP.conference.saveLogs();
8 anos atrás
hristoterezov
abe216a0bb
feat(UI): Add UI support for camera issue detection
8 anos atrás
yanas
8b7bdb4957
Changes the raise hand event name to fit better the action
8 anos atrás
yanas
1853fa6fae
Adds raise hand toggle state.
8 anos atrás
damencho
02165786f1
Handles case where somebody removed lock of the room while we attempt to join.
Receiving password required, marks the room as locked, but if we try to enter without password, mark it as unlocked till we receive a password required error or we successfully join.
8 anos atrás
damencho
c43b1f54c7
Shows toolbar before showing talk while muted notification.
8 anos atrás
damencho
e7e7c7d5a0
Handles talk while muted event.
8 anos atrás
damencho
0683f94edb
Skips storing devices (mic and camera) if there is no user selection.
Skips storing device ids in localstorage if the user hasn't selected a device to use, and keeps using system defaults. Removes calls to private library method for setting initial realDeviceIds, as this had been added to the library.
8 anos atrás
damencho
f86056c4f8
Skips selecting local participant when alone in the room.
8 anos atrás
hristoterezov
4c9b6ce193
Shows dialog when lib-jitsi-meet report microphone issues
8 anos atrás
Sam Whited
3e269978d9
Update lock icon when moderator changes state
8 anos atrás
damencho
8e6d7d3960
Sends and dispatches avatarId command.
8 anos atrás
damencho
0e27f471f1
Removes avatarURL from settings UI.
Removes storing avatarURL in localstorage and retrieving it.
8 anos atrás
yanas
570124058c
Addresses comment about Feedback dependency
8 anos atrás
yanas
777217bd75
Fixes hangup triggering multiple feedbacks.
8 anos atrás
yanas
2bb637e140
Fixes hangup triggering several times
8 anos atrás
hristoterezov
5c9a85e928
Fixes the issue with SS external installation dialog is not closed after the plugin has been installed
8 anos atrás
Boris Grozev
7154fd4d39
Brings back resolution changes logging to callstats.
8 anos atrás
Boris Grozev
f4f0a7d90e
Logs stream switch delays using analytics instead of callstats.
8 anos atrás
hristoterezov
f899d16a79
Implements extension external installation for popup windows
8 anos atrás