paweldomas
8a43699a89
feat(ConnectionIndicator): show disconnected GSM bars on local thumbnail
8 年之前
paweldomas
3ef5dd20ef
ref(RemoteVideo): store JitsiParticipant instead of id
8 年之前
damencho
975b13f868
Fixes setting remote room lock state change.
8 年之前
damencho
f9a5b62326
Changes the state of room locker if room was locked not by current user.
8 年之前
yanas
644faca306
Re-designs invite dialog as share link.
8 年之前
damencho
fcf7069b25
Adds close page.
When enabled after hanging up redirect to close page, if needed feedback will be displayed.
8 年之前
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 年之前
paweldomas
11953cbb60
feat(conference.js): add isConnectionInterrupted getter
9 年之前
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 年之前
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 年之前
hristoterezov
abe216a0bb
feat(UI): Add UI support for camera issue detection
8 年之前
yanas
8b7bdb4957
Changes the raise hand event name to fit better the action
8 年之前
yanas
1853fa6fae
Adds raise hand toggle state.
8 年之前
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 年之前
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 年之前
damencho
f86056c4f8
Skips selecting local participant when alone in the room.
8 年之前
hristoterezov
4c9b6ce193
Shows dialog when lib-jitsi-meet report microphone issues
8 年之前
Sam Whited
3e269978d9
Update lock icon when moderator changes state
8 年之前
damencho
8e6d7d3960
Sends and dispatches avatarId command.
8 年之前
damencho
0e27f471f1
Removes avatarURL from settings UI.
Removes storing avatarURL in localstorage and retrieving it.
8 年之前
yanas
570124058c
Addresses comment about Feedback dependency
8 年之前
yanas
777217bd75
Fixes hangup triggering multiple feedbacks.
8 年之前
yanas
2bb637e140
Fixes hangup triggering several times
8 年之前
hristoterezov
5c9a85e928
Fixes the issue with SS external installation dialog is not closed after the plugin has been installed
8 年之前
Boris Grozev
7154fd4d39
Brings back resolution changes logging to callstats.
8 年之前
Boris Grozev
f4f0a7d90e
Logs stream switch delays using analytics instead of callstats.
8 年之前
hristoterezov
f899d16a79
Implements extension external installation for popup windows
8 年之前
damencho
536ffb31e0
Moves loading of analytics in the library.
8 年之前
damencho
06c636311d
Adds analytics event and console log for TTFM (time to first media).
9 年之前
damencho
e9b7aaea84
Adds more analytics events.
9 年之前
Boris Grozev
ddb356482f
Formats the resolution change log as JSON.
9 年之前
hristoterezov
6ae35fb21d
Preventing the client for using/sending resolution data from/to remote participants
9 年之前
Boris Grozev
adefa40dcc
Simplifies code, reduces the scope of "try".
9 年之前
hristoterezov
8d162609e0
Handles the errors thrown by the data channel methods
9 年之前
hristoterezov
c3ae8669e8
Fixes issue with not removing connection interrupt label after reload
9 年之前
hristoterezov
9d170e4c59
Fixes the gsm bars during ice disconnected
9 年之前
hristoterezov
4bf5d69002
Changes the connection quality stats to be sent by the data channels
9 年之前
bgrozev
1f8dc54368
Revert "Changes the connection quality stats to be sent by the data channels"
9 年之前
hristoterezov
d0fa9e7ef1
Changes the connection quality stats to be sent by the data channels
9 年之前
Boris Grozev
de41977c77
Logs resolution changes to callstats.
9 年之前
hristoterezov
7bf9a82f0b
Implements conference reload support
9 年之前
tsareg
d149ba6fc5
Fire an optional JitsiMediaDevices.PERMISSION_PROMPT_IS_SHOWN event when browser shows user media permission prompt when calling createLocalTracks
9 年之前
tsareg
8ca282079a
Changes after code review
9 年之前
tsareg
9d3b2aee02
Show overlay with guidance for gUM permission prompts
9 年之前
Boris Grozev
2d2e27b8d0
Implements "raised hand".
9 年之前
hristoterezov
02f176c75a
Changes the implementation of the iframe API to use postis
9 年之前
tsareg
897a6bfbe6
Refactored conference.js code. Moved almost all code that relates to handling change of media devices to separate module. Fixed couple of bugs.
9 年之前
hristoterezov
8deb003ef6
JWT client support
9 年之前
tsareg
f72e3bf552
Fix TypeError when one of audioTracks or videoTracks was undefined
9 年之前
damencho
165507b83a
Removes printing audio levels by default in debug mode and makes it optional.
9 年之前