tsareg
cbe024acb4
Re-wrap error received in try/catch block when calling GUM in order to provide more details on error, like what devices and constraints were used during the call
9 лет назад
tsareg
c815e913d7
Transform JitsiTrackError into format acceptable by callstats
9 лет назад
tsareg
c36130330b
Document changes related to JitsiTrackError class and JitsiTrackErrors enum
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 лет назад
tsareg
403fcb0e25
Handle cases when new media devices are added/removed more precisely and more predictable
9 лет назад
Paweł Domas
bdd219cfc2
Merge pull request #122 from tsareg/audio_output_change_warning
Log warning instead of error for audio output device change errors
9 лет назад
tsareg
e4beb895d8
Log warning instead of error for audio output device change errors
9 лет назад
hristoterezov
a6bdae70dd
Merge pull request #118 from jitsi/handle-jibri-errors-and-busy
Handle jibri errors and busy status
9 лет назад
hristoterezov
3de892d10a
Merge pull request #117 from tsareg/fix_too_many_event_listeners_for_audio_output_device_change
Do not subscribe each JitsiTrack to RTCEvents.AUDIO_OUTPUT_DEVICE_CHANGED event
9 лет назад
tsareg
b816184f5b
Subcribe each instance of JitsiLocalTrack to audio output change event as there might be local tracks not inside a conference
9 лет назад
tsareg
43d2002651
Merge branch 'master' into fix_too_many_event_listeners_for_audio_output_device_change
9 лет назад
lyubomir
7812487e2d
Merge pull request #106 from jitsi/js_errors
Solves the issue with not reported JS errors
9 лет назад
Lyubomir Marinov
6b84ef78d7
Merge branch 'master' into js_errors
9 лет назад
bgrozev
8f326fa2e1
Merge pull request #110 from jitsi/restart_DC
Reopen data channels on ice restart
9 лет назад
hristoterezov
85fd13a082
Fixes issues after review
9 лет назад
Lyubomir Marinov
2fe4df5293
Reduce duplication
9 лет назад
Lyubomir Marinov
2c8c5a1028
Remove duplications of error messages
9 лет назад
Lyubomir Marinov
704f1f8063
Fix a typo in function names
9 лет назад
hristoterezov
dd3e1bc4a9
Calls the global error handler on every logger.error
9 лет назад
lyubomir
b710c6df76
Merge pull request #115 from legastero/fix-jingle-inheritance
Correctly subclass JingleSession
9 лет назад
yanas
e4928ef6e4
Handle jibri errors and busy status
9 лет назад
tsareg
6500f9e1f4
Do not subscribe each JitsiTrack to RTCEvents.AUDIO_OUTPUT_DEVICE_CHANGED, instead subscribe once in RTC
9 лет назад
Lance Stout
ef2240182b
Stay consistent with other subclassing instances.
9 лет назад
Paweł Domas
803dd95c19
Merge pull request #114 from jitsi/remove-stats-repetitions
Remove repetitions
9 лет назад
Lyubomir Marinov
349c6e2c35
Simplify the source code
9 лет назад
Lyubomir Marinov
62f5f4db72
Remove repetitive statistics lookups
9 лет назад
Lyubomir Marinov
948bf34062
Remove, optimize checks
9 лет назад
Lyubomir Marinov
7ea29f14fb
Reduce browser type checks in statistics
9 лет назад
Lyubomir Marinov
721fa9c523
Remove unnecessary checks
9 лет назад
Lyubomir Marinov
dbe731ca63
Remove unused EventEmitter
9 лет назад
Lance Stout
3d3b684710
Correctly subclass JingleSession
The previous method was clobbering the JingleSession prototype,
preventing the creation of additional subclasses.
9 лет назад
Lyubomir Marinov
27a7d7da72
Reformat the source code for consistency
9 лет назад
lyubomir
2f0d4befd8
Merge pull request #113 from jitsi/removes_fake_tracks
Removes fake video tracks from the code
9 лет назад
Lyubomir Marinov
3b4351a3cf
Add jsdocs and optimize
9 лет назад
hristoterezov
1fd55a5d14
Removes FAKE_VIDEO_TRACK_CREATED event
9 лет назад
hristoterezov
3aa49c4c2a
Removes fake video tracks from the code
9 лет назад
yanas
7d2f080ee4
Merge pull request #111 from jitsi/callstats_error
Fix JS error returned by callstats when no error is passed to be reported
9 лет назад
hristoterezov
d137c752f7
Adds console.warn to callstats.reportError if the error parameter is null.
9 лет назад
hristoterezov
80d69ec992
Changes the implementation of reportError to callstats to create Error object if the error parameter is null.
9 лет назад
hristoterezov
5ec7cd352d
Fix JS error returned by callstats when no error is passed to be reported
9 лет назад
paweldomas
c90d758fdf
Reopen data channels on ice restart
9 лет назад
Paweł Domas
ca9f9a7c7e
Merge pull request #108 from jitsi/remove-browser-type-check
Remove browser type check
9 лет назад
Lyubomir Marinov
30772c81a2
Remove a repetition of browser type checks
Depending on the type of browser within which the library is executing,
we take the decision how many times to call getUserMedia (e.g. once for
audio and once for video on Firefox). Upon getting a result of the
call, we used to perform similar browser type checks. I see this as
repetition of logic which makes it difficult to add new browser types
(e.g. React Native). Try to examine the result of the call to
getUserMedia and thus avoid re-checkign the browser type.
9 лет назад
Lyubomir Marinov
e165952a5d
Simplify, clarify source code
9 лет назад
Lyubomir Marinov
c779d7a958
Add, expand, fix jsdocs, comments
9 лет назад
bgrozev
867119ba06
Merge pull request #107 from jitsi/fix_fake_streams
Fixes issue with fake streams that are never removed
9 лет назад
hristoterezov
9d79ea9507
Changes the code from the last commit to be more readable
9 лет назад
hristoterezov
abdb7e3c49
Fixes issue with fake streams that are never removed
9 лет назад
bgrozev
8e9812150e
Merge pull request #105 from jitsi/nuke-preconfigured-bridge
Nukes the pre-configured bridge from the example config file.
9 лет назад