hristoterezov
e5472b9aca
fix(eslint): Add eqeqeq rule
il y a 8 ans
Lyubo Marinov
308adc133a
[eslint] max-len
il y a 8 ans
Lyubo Marinov
068f290835
[eslint] lines-around-comment
il y a 8 ans
Lyubo Marinov
840c5b3cdf
[eslint] computed-property-spacing, key-spacing, keyword-spacing, object-curly-spacing
il y a 8 ans
Lyubo Marinov
7cecd3a9d9
[eslint] comma-dangle, comma-spacing
il y a 8 ans
Lyubo Marinov
63ebd47172
[eslint] array-bracket-spacing
il y a 8 ans
Lyubo Marinov
2b4caa585d
[eslint] max-statements-per-line
il y a 8 ans
Lyubo Marinov
4581605a28
[eslint] newline-after-var, newline-before-return, newline-per-chained-call
il y a 8 ans
Lyubo Marinov
13bfa61028
[eslint] prefer-arrow-callback
il y a 8 ans
Lyubo Marinov
c991abf9ef
[eslint] prefer-template
il y a 8 ans
Lyubo Marinov
5bff0ed543
[eslint] no-var
il y a 8 ans
hristoterezov
5ac13a304e
fix(eslint): Add dot-location rule
il y a 8 ans
Lyubo Marinov
a09abf6f59
[eslint] no-trailing-spaces
il y a 8 ans
Lyubo Marinov
4293971466
[eslint] operator-linebreak
il y a 8 ans
Lyubo Marinov
ed0d464392
[eslint] quotes
il y a 8 ans
Lyubo Marinov
f26ab1a934
[eslint] semi-spacing
il y a 8 ans
Lyubo Marinov
f8ab8015a2
[eslint] space-before-blocks
il y a 8 ans
Lyubo Marinov
78217478d1
[eslint] space-before-function-paren
il y a 8 ans
Lyubo Marinov
324afc0caf
[eslint] space-infix-ops
il y a 8 ans
hristoterezov
c96898c478
fix(eslint): Add no-multi-spaces rule
il y a 8 ans
hristoterezov
3e44723582
fix(eslint): Add indent rule
il y a 8 ans
hristoterezov
f02a22d3f9
fix(eslint): Add brace-style rule
il y a 8 ans
hristoterezov
c36b464bfc
fix(eslint): Add curly rule
il y a 8 ans
Saúl Ibarra Corretgé
079f95974b
cleanup: Make desktop sharing options consistent and drop deprecated ones
Make sure there are options to set the extension ID and an enabled flag for
both Chrome and Firefox.
Removed checking for deprecated configuration options: desktopSharing,
chromeExtensionId and minChromeExtVersion.
il y a 8 ans
Lyubomir Marinov
90ee7e8a54
ESLint
Our JSHint configuration is not extensive and we have excluded multiple
files from linting. Additionally, we have seen JSHint to be unable to
parse newer ECMAScript features such as the object spread operator
(proposal).
On the other hand, we have seen ESLint to beautifully work on React and
React Native source code in addition to ES2015 and later. Introduce
ESLint alongside JSHint as an intermediate step to eventually switching
from JSHint to ESLint.
As our source code does not fully follow even the JSHint rules we have,
it is very difficult to introduce ESLint with many rules. At the
beginning, introduce it with as little rules as possible. Morever,
ESLint is able to automatically fix certain rule offenders so once we
have ESLint merged we can incrementally add new rules while keeping our
commits' modification on as little subjects as possible.
il y a 8 ans
George Politis
c3dafcf0f3
Nukes the pre-configured bridge from the example config file.
Jicofo is smart and can find any bridge with service discovery and/or
pubsub.
il y a 9 ans
Kostiantyn Tsaregradskyi
0220f82e75
Added ability to notify about available media device list changes
il y a 9 ans
Kostiantyn Tsaregradskyi
eddea0a02a
Added ability to switch audio output device - changes after review
il y a 9 ans
Kostiantyn Tsaregradskyi
4a17d57fc6
Added ability to switch audio output device
il y a 9 ans
yanas
638bec6375
Basic Jibri recording refactoring.
il y a 9 ans
hristoterezov
1c9eed44c5
Renames JitsiTrack.stop method and TRACK_STOPPED event. Fixes minor issues with TRACK_REMOVED event.
il y a 9 ans
hristoterezov
490d825ef9
Fixes issues in example.js
il y a 9 ans
hristoterezov
37e73e7ec5
Fixes minor Firefox issues. Adds methods for the desktop sharing.
il y a 9 ans
hristoterezov
09c951c4bf
Removes the JS code that prevents multiple outgoing call
il y a 9 ans
hristoterezov
ba5275ef2f
Adds follow entity parameter for the recording
il y a 9 ans
hristoterezov
5cfd0b39d4
Adds call support
il y a 9 ans
hristoterezov
dfd497ed68
Fixes JS errors in the recording
il y a 9 ans
hristoterezov
7cb1484add
Adds unload link to example page
il y a 9 ans
hristoterezov
f29399d9e4
Fixes IE 10 support
il y a 9 ans
hristoterezov
11e50d1d85
Fixes JS error on unload
il y a 9 ans
hristoterezov
268d4e0adc
Fixes JS errors on FF. Fixes disco info JS error.
il y a 9 ans
isymchych
56328fcf58
use JitsiParticipant; add some method implementations
il y a 9 ans
hristoterezov
8409bab854
Fixes the issues with mute, audio levels and remove events that were attached to the conference
il y a 9 ans
hristoterezov
6772975134
JitsiMeetJS.init returns Promise.
il y a 9 ans
hristoterezov
44336d93e5
Added basic desktop sharing support.
il y a 9 ans
hristoterezov
97d466bbb4
Adds connection interuption, restore and conference setup failed events
il y a 9 ans
hristoterezov
65a3ad3748
Fixes example.js
il y a 9 ans
hristoterezov
bc1bc1d024
Adds device selection support.
il y a 9 ans
hristoterezov
bc641dc45b
Detaches createLocalTracks from JitsiConference.
il y a 9 ans
hristoterezov
e1cc5e5aac
Changes the logger from console to jitsi-meet-logger
il y a 9 ans