Lyubomir Marinov
4f10ce43a9
ES6 for JitsiMediaDevicesEvents
9 år sedan
Lyubomir Marinov
0e7c83b46a
ES6 for JitsiTrackError
9 år sedan
Lyubomir Marinov
6ad10dc442
ES6 for JitsiTrackErrors
9 år sedan
Lyubomir Marinov
417e3fbc07
ES6 for JitsiTrackEvents
9 år sedan
Lyubomir Marinov
c435acd913
Enable ES6/ES2015
9 år sedan
damencho
bc2c8f06c7
Updates statistics when device is not found.
We log an application log to callstats and analytics event.
9 år sedan
nikvaessen
9ffa96bfa3
removed the transcriberHolder, transcriber and audioRecorder instances
9 år sedan
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
9 år sedan
damencho
873c5b4c93
Adds some analytics events for getusermedia success or fail.
9 år sedan
damencho
1f45df2122
Substracts from ttfm the time that user waits while been asked for user permissions.
9 år sedan
hristoterezov
1aa31587c6
Implements desktop sharing extension external installation
9 år sedan
damencho
234f3384e1
Moves loading of analytics in the library.
9 år sedan
damencho
e014c23ce6
Adds utility method to fetch browser name.
9 år sedan
damencho
62906b62f7
Introduces analytics interface to report events.
Adds events for various disconnects, failures and reloads.
9 år sedan
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.
9 år sedan
Boris Grozev
961870f55c
Formats callstats application logs as JSON.
9 år sedan
paweldomas
fc995e5aa0
Add utility method for constructing JWT login service URL
9 år sedan
paweldomas
d4c952f4b9
Not report "user cancelled prompt" error as GUM failure
9 år sedan
paweldomas
3e2edf2d3a
Report gUM failed to the stats only when all resolutions fail
9 år sedan
tsareg
c43a3bcbe8
Expose JitsiTrackError through JitsiMeetJS.errorTypes.JitsiTrackError
9 år sedan
tsareg
714585de88
Fire an optional JitsiMediaDevices.PERMISSION_PROMPT_IS_SHOWN event when browser shows user media permission prompt when calling createLocalTracks
9 år sedan
tsareg
8281bfee2a
Reverted previous commit
9 år sedan
hristoterezov
cdf7734b3e
Fixes issue with the local audio levels
9 år sedan
tsareg
bf70a26910
Fix error when no global JitsiMeetJS var is available
9 år sedan
tsareg
4b28402045
Expose JitsiMeetJS.environment with methods for environment detection
9 år sedan
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.
9 år sedan
tsareg
7b0da951b5
Removed unnecessary .call
9 år sedan
tsareg
e2bd4add58
Extracted code duplication into separate function
9 år sedan
tsareg
5e4aa82cad
Report DOMException when audio output device change fails as gUM error to callstats
9 år sedan
tsareg
f8ed717be6
Start callStats as soon as second participant join the room, maybe even without established jingle session and peer connection
9 år sedan
tsareg
8273d5108c
Store additional "devices" array in JitsiTrackError for GUM errors and minor bug fixes and changes
9 år sedan
Lyubomir Marinov
2c8c5a1028
Remove duplications of error messages
9 år sedan
hristoterezov
dd3e1bc4a9
Calls the global error handler on every logger.error
9 år sedan
yanas
e4928ef6e4
Handle jibri errors and busy status
9 år sedan
hristoterezov
e6968912ae
Changes console.* to logger.*
9 år sedan
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.
9 år sedan
Kostiantyn Tsaregradskyi
0220f82e75
Added ability to notify about available media device list changes
9 år sedan
Kostiantyn Tsaregradskyi
eddea0a02a
Added ability to switch audio output device - changes after review
9 år sedan
damencho
6ade76ab0e
Updates unhandledrejection handler to not relay on JitsiMeetJS being global and fixes onerror handler.
9 år sedan
damencho
7a64a59f14
Adds unhandledrejection, that catches all unhandled promise rejection and logs them in callstats.
9 år sedan
Kostiantyn Tsaregradskyi
4a17d57fc6
Added ability to switch audio output device
9 år sedan
Lyubomir Marinov
2605abe2a3
Don't rely on JitsiMeetJS being global
While we have JitsiMeetJS defined as a global variable in Jitsi Meet, it
doesn't sound like an absolutely necessary and beautiful requirement
inside the library itself.
9 år sedan
paweldomas
0f3cd3b873
Add MediaType
9 år sedan
damencho
004870dffa
Respects already existing global error handlers.
9 år sedan
damencho
b7e1654670
Adds global error handler function and option to auto enable it. Reports unhandled exceptions catched by error handler through callstats.
9 år sedan
hristoterezov
1c9eed44c5
Renames JitsiTrack.stop method and TRACK_STOPPED event. Fixes minor issues with TRACK_REMOVED event.
9 år sedan
yanas
39ed8800c4
Re-order resolution preference, so that we always preference 16:9 ratio when we fallback.
9 år sedan
paweldomas
495606e352
Adds RTCUIHelper class which gathers methods specific to WebRTC and UI.
9 år sedan
damencho
1a179f2cb9
Updates package.json with dependencies and scripts. Removes Makefile. Adds version to the library.
9 år sedan
Lyubomir Marinov
ea8fbf8697
Introduces a utility function to load optional scripts such as callstats.io.
9 år sedan