tsareg
8281bfee2a
Reverted previous commit
пре 9 година
tsareg
4b28402045
Expose JitsiMeetJS.environment with methods for environment detection
пре 9 година
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 година
tsareg
7b0da951b5
Removed unnecessary .call
пре 9 година
tsareg
e2bd4add58
Extracted code duplication into separate function
пре 9 година
tsareg
5e4aa82cad
Report DOMException when audio output device change fails as gUM error to callstats
пре 9 година
tsareg
f8ed717be6
Start callStats as soon as second participant join the room, maybe even without established jingle session and peer connection
пре 9 година
tsareg
8273d5108c
Store additional "devices" array in JitsiTrackError for GUM errors and minor bug fixes and changes
пре 9 година
Lyubomir Marinov
2c8c5a1028
Remove duplications of error messages
пре 9 година
hristoterezov
dd3e1bc4a9
Calls the global error handler on every logger.error
пре 9 година
yanas
e4928ef6e4
Handle jibri errors and busy status
пре 9 година
hristoterezov
e6968912ae
Changes console.* to logger.*
пре 9 година
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 година
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 година
damencho
6ade76ab0e
Updates unhandledrejection handler to not relay on JitsiMeetJS being global and fixes onerror handler.
пре 9 година
damencho
7a64a59f14
Adds unhandledrejection, that catches all unhandled promise rejection and logs them in callstats.
пре 9 година
Kostiantyn Tsaregradskyi
4a17d57fc6
Added ability to switch audio output device
пре 9 година
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 година
paweldomas
0f3cd3b873
Add MediaType
пре 9 година
damencho
004870dffa
Respects already existing global error handlers.
пре 9 година
damencho
b7e1654670
Adds global error handler function and option to auto enable it. Reports unhandled exceptions catched by error handler through callstats.
пре 9 година
hristoterezov
1c9eed44c5
Renames JitsiTrack.stop method and TRACK_STOPPED event. Fixes minor issues with TRACK_REMOVED event.
пре 9 година
yanas
39ed8800c4
Re-order resolution preference, so that we always preference 16:9 ratio when we fallback.
пре 9 година
paweldomas
495606e352
Adds RTCUIHelper class which gathers methods specific to WebRTC and UI.
пре 9 година
damencho
1a179f2cb9
Updates package.json with dependencies and scripts. Removes Makefile. Adds version to the library.
пре 9 година
Lyubomir Marinov
ea8fbf8697
Introduces a utility function to load optional scripts such as callstats.io.
пре 9 година
hristoterezov
862439e26f
Fixes the audio levels
пре 9 година
hristoterezov
af6ef976ae
Fixes previous commit
пре 9 година
hristoterezov
b8682c6a83
Add callstats support
пре 9 година
Thorsten Basse
d160859bfe
Stop using the polyfill when you are assign the es6-promise after that anyway
es6-promise.polyfill() is broken for Chrome atm and replaces the native Promise and swallows unhandled errors.
https://github.com/jakearchibald/es6-promise/issues/70
пре 9 година
hristoterezov
120ecd57d7
Implements retry strategy for GUM resolution failures
пре 9 година
hristoterezov
37e73e7ec5
Fixes minor Firefox issues. Adds methods for the desktop sharing.
пре 9 година
hristoterezov
c2606b1483
Adds isDeviceChangeAvailable method.
пре 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
b5ed190083
Fixes small issues from the previous commits + fixes IE 10 issues.
пре 10 година
hristoterezov
bc1bc1d024
Adds device selection support.
пре 10 година
isymchych
094620eff8
added functions to retrieve devices list and check if that's possible
пре 10 година
hristoterezov
bc641dc45b
Detaches createLocalTracks from JitsiConference.
пре 10 година
hristoterezov
e1cc5e5aac
Changes the logger from console to jitsi-meet-logger
пре 10 година
hristoterezov
2328443ecb
Refactors RTC module to support multiple conferences. Implements JitsiTrack interfaces.
пре 10 година
hristoterezov
3416086dc2
Implements create local streams.
пре 10 година
hristoterezov
24975595b7
Implements JitsiConnection
пре 10 година
hristoterezov
d159c81135
Adds jitsi meet library interface files.
пре 10 година