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.
8 лет назад
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.
9 лет назад
Kostiantyn Tsaregradskyi
0220f82e75
Added ability to notify about available media device list changes
9 лет назад
Kostiantyn Tsaregradskyi
eddea0a02a
Added ability to switch audio output device - changes after review
9 лет назад
Kostiantyn Tsaregradskyi
4a17d57fc6
Added ability to switch audio output device
9 лет назад
yanas
638bec6375
Basic Jibri recording refactoring.
9 лет назад
hristoterezov
1c9eed44c5
Renames JitsiTrack.stop method and TRACK_STOPPED event. Fixes minor issues with TRACK_REMOVED event.
9 лет назад
hristoterezov
490d825ef9
Fixes issues in example.js
9 лет назад
hristoterezov
37e73e7ec5
Fixes minor Firefox issues. Adds methods for the desktop sharing.
9 лет назад
hristoterezov
09c951c4bf
Removes the JS code that prevents multiple outgoing call
9 лет назад
hristoterezov
ba5275ef2f
Adds follow entity parameter for the recording
9 лет назад
hristoterezov
5cfd0b39d4
Adds call support
9 лет назад
hristoterezov
dfd497ed68
Fixes JS errors in the recording
9 лет назад
hristoterezov
7cb1484add
Adds unload link to example page
9 лет назад
hristoterezov
f29399d9e4
Fixes IE 10 support
9 лет назад
hristoterezov
11e50d1d85
Fixes JS error on unload
9 лет назад
hristoterezov
268d4e0adc
Fixes JS errors on FF. Fixes disco info JS error.
9 лет назад
isymchych
56328fcf58
use JitsiParticipant; add some method implementations
9 лет назад
hristoterezov
8409bab854
Fixes the issues with mute, audio levels and remove events that were attached to the conference
9 лет назад
hristoterezov
6772975134
JitsiMeetJS.init returns Promise.
9 лет назад
hristoterezov
44336d93e5
Added basic desktop sharing support.
9 лет назад
hristoterezov
97d466bbb4
Adds connection interuption, restore and conference setup failed events
9 лет назад
hristoterezov
65a3ad3748
Fixes example.js
9 лет назад
hristoterezov
bc1bc1d024
Adds device selection support.
9 лет назад
hristoterezov
bc641dc45b
Detaches createLocalTracks from JitsiConference.
9 лет назад
hristoterezov
e1cc5e5aac
Changes the logger from console to jitsi-meet-logger
9 лет назад
hristoterezov
db7def7e65
Fixes resolution issue on mute.
9 лет назад
hristoterezov
9e0191819a
Implements audio levels.
9 лет назад
hristoterezov
abdaeaeb9d
Implements display name changed event.
9 лет назад
hristoterezov
86a2e4257a
Fixes issues with starting the streams after the conference has been joined.
9 лет назад
hristoterezov
86f90e6331
Fixes mute issues.
9 лет назад
hristoterezov
ae85fc66e5
Fixes TRACK_REMOVED event.
9 лет назад
hristoterezov
8d4dc299ce
Fixes path errors.
9 лет назад
hristoterezov
d3eb708ee2
Adds example HTML page that creates basic video conference.
9 лет назад