hristoterezov
7e2fe30472
feat(JitsiLocalStorage): Implement localStorage wrapper
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
3852b34397
Adds avatarId to Settings.
8年前
damencho
5ab6c551df
Disables storing display name and email when using overlay ring.
8年前
damencho
0e27f471f1
Removes avatarURL from settings UI.
Removes storing avatarURL in localstorage and retrieving it.
8年前
hristoterezov
8deb003ef6
JWT client support
9年前
tsareg
c1a93afeaf
Log warning instead of error for audio output device change errors
9年前
Kostiantyn Tsaregradskyi
b270256a7a
Switch local audio and video track when list of available devices changes
9年前
Kostiantyn Tsaregradskyi
474155ce9d
Added ability to notify about available media device list changes
9年前
hristoterezov
c3338d3bf2
Implements custom context menu to flip the local video
9年前
Kostiantyn Tsaregradskyi
d34adb67dd
Added ability to switch audio output device
9年前
Kostiantyn Tsaregradskyi
2bd600aeaf
Very raw version of ability to switch audio output device
9年前
isymchych
be0abf908e
auto-save setiings
9年前
isymchych
3cf478826e
implement user logout
9年前
isymchych
5ec28ff3c1
code cleanup: remove unused settings
9年前
isymchych
0bcbd105e3
escape nicknames before displaying them
9年前
isymchych
f65d630ad8
allow user to select camera and microphone
9年前
hristoterezov
0d03a4fceb
callstats
9年前
isymchych
a10f9437f1
Integration of statistics module
9年前
isymchych
272cfea493
share user email through commands
9年前
isymchych
c50151d85d
do not use NicknameHandler
9年前
isymchych
9f2b3aa011
rename callStatsUID to callStatsUserName
9年前
isymchych
c89c9e78ff
move username generator to utils
9年前
isymchych
0a71c2e1d3
Generate random username for callstats
9年前
Emil Ivov
097c008a63
add display name to stats debug info
9年前
Boris Grozev
fd5a739f3c
Minor formatting fixes, avoid using a global variable.
10年前
George Politis
5f48e4cf9d
Revert "Updates the license headers."
This reverts commit 93648f361b .
10年前
George Politis
93648f361b
Updates the license headers.
10年前
hristoterezov
f16a1cdf44
Changes the implementation to store the language in local storage. Adds new languages.
10年前
paweldomas
b87cd9f842
Moves Settings module out from the UI.
10年前
hristoterezov
69b0e2ad32
Creates UI module.
10年前