hristoterezov
c8291bcf2e
ref(Listenable): some classes to use Listenable
vor 9 Jahren
paweldomas
065ff068a3
feat(JitsiMeetJS): add/remove global log transport methods
vor 9 Jahren
paweldomas
2ae47e4d4b
feat(JitsiMeetJS): add 'setLogLevelById'
vor 9 Jahren
hristoterezov
986719bd97
feat(Analytics): Multiple analytics handlers support
vor 9 Jahren
Boris Grozev
edf6a3a1c2
feat: Moves connectionquality to lib-jitsi-meet.
vor 9 Jahren
hristoterezov
5b656903ac
feat(analytics): Add support for permanent properties and new parameters format
vor 9 Jahren
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.
vor 9 Jahren
Lyubomir Marinov
ad48c0c4d3
ES6 for JitsiConferenceErrors
vor 9 Jahren
Lyubomir Marinov
1c6340cb38
ES6 for JitsiConferenceEvents
vor 9 Jahren
Lyubomir Marinov
f40b8957f4
ES6 for JitsiConnectionErrors
vor 9 Jahren
Lyubomir Marinov
27840ba13a
ES6 for JitsiConnectionEvents
vor 9 Jahren
Lyubomir Marinov
4f10ce43a9
ES6 for JitsiMediaDevicesEvents
vor 9 Jahren
Lyubomir Marinov
0e7c83b46a
ES6 for JitsiTrackError
vor 9 Jahren
Lyubomir Marinov
6ad10dc442
ES6 for JitsiTrackErrors
vor 9 Jahren
Lyubomir Marinov
417e3fbc07
ES6 for JitsiTrackEvents
vor 9 Jahren
Lyubomir Marinov
c435acd913
Enable ES6/ES2015
vor 9 Jahren
damencho
208f17de9d
Sets the real device ids of local tracks once they are created.
vor 9 Jahren
damencho
bc2c8f06c7
Updates statistics when device is not found.
We log an application log to callstats and analytics event.
vor 9 Jahren
nikvaessen
9ffa96bfa3
removed the transcriberHolder, transcriber and audioRecorder instances
vor 9 Jahren
nikvaessen
592656c721
readded forgotten file
removed white space
redid the hooking of the Transcribing module to JitsiConference
redid the exposing of the Transcribing module to JitsiMeetJs
vor 9 Jahren
damencho
873c5b4c93
Adds some analytics events for getusermedia success or fail.
vor 9 Jahren
damencho
1f45df2122
Substracts from ttfm the time that user waits while been asked for user permissions.
vor 9 Jahren
hristoterezov
1aa31587c6
Implements desktop sharing extension external installation
vor 9 Jahren
damencho
234f3384e1
Moves loading of analytics in the library.
vor 9 Jahren
damencho
e014c23ce6
Adds utility method to fetch browser name.
vor 9 Jahren
damencho
62906b62f7
Introduces analytics interface to report events.
Adds events for various disconnects, failures and reloads.
vor 9 Jahren
paweldomas
a34e4255e4
Make 'isDeviceListAvailable' a Promise
On Safari/IE we have to wait until the WebRTC stack is
initialized in case the plugin is being installed for
the first time.
vor 9 Jahren
Boris Grozev
961870f55c
Formats callstats application logs as JSON.
vor 9 Jahren
paweldomas
fc995e5aa0
Add utility method for constructing JWT login service URL
vor 9 Jahren
paweldomas
d4c952f4b9
Not report "user cancelled prompt" error as GUM failure
vor 9 Jahren
paweldomas
3e2edf2d3a
Report gUM failed to the stats only when all resolutions fail
vor 9 Jahren
tsareg
c43a3bcbe8
Expose JitsiTrackError through JitsiMeetJS.errorTypes.JitsiTrackError
vor 9 Jahren
tsareg
714585de88
Fire an optional JitsiMediaDevices.PERMISSION_PROMPT_IS_SHOWN event when browser shows user media permission prompt when calling createLocalTracks
vor 9 Jahren
tsareg
8281bfee2a
Reverted previous commit
vor 9 Jahren
hristoterezov
cdf7734b3e
Fixes issue with the local audio levels
vor 9 Jahren
tsareg
bf70a26910
Fix error when no global JitsiMeetJS var is available
vor 9 Jahren
tsareg
4b28402045
Expose JitsiMeetJS.environment with methods for environment detection
vor 9 Jahren
damencho
9153024377
Refactor callstats removing improve static calls to Statistics.
You can call static Statistics methods which will internally handle callstats instances to send stats. Drops handlers and JitsiMeetJS references.
vor 9 Jahren
tsareg
7b0da951b5
Removed unnecessary .call
vor 9 Jahren
tsareg
e2bd4add58
Extracted code duplication into separate function
vor 9 Jahren
tsareg
5e4aa82cad
Report DOMException when audio output device change fails as gUM error to callstats
vor 9 Jahren
tsareg
f8ed717be6
Start callStats as soon as second participant join the room, maybe even without established jingle session and peer connection
vor 9 Jahren
tsareg
8273d5108c
Store additional "devices" array in JitsiTrackError for GUM errors and minor bug fixes and changes
vor 9 Jahren
Lyubomir Marinov
2c8c5a1028
Remove duplications of error messages
vor 9 Jahren
hristoterezov
dd3e1bc4a9
Calls the global error handler on every logger.error
vor 9 Jahren
yanas
e4928ef6e4
Handle jibri errors and busy status
vor 9 Jahren
hristoterezov
e6968912ae
Changes console.* to logger.*
vor 9 Jahren
Lyubomir Marinov
6ab8bf269a
Fix JitsiMeetJS option disableAudioLevels
JitsiMeetJS#init accepts an options object in which the property
disableAudioLevels may optionally be defined and is meant to disable RTC
statistics related to audio levels. Unfortunately, the option was used
in a boolean expression which ignored the value of the option and thus
effectively rendered it unused.
vor 9 Jahren
Kostiantyn Tsaregradskyi
0220f82e75
Added ability to notify about available media device list changes
vor 9 Jahren
Kostiantyn Tsaregradskyi
eddea0a02a
Added ability to switch audio output device - changes after review
vor 9 Jahren