damencho
587826f19f
Fixes error type when we succeed with one of the media.
Finds correct error when getUserMedia succeed with only one of the audio or video, and the other fails.
пре 9 година
damencho
d31c8a24e3
Adds error name for missing devices.
When calling getUserMedia in chrome for just video with no video devices connected we receive error with name DevicesNotFoundError.
пре 9 година
damencho
991e4b6c7a
Fixes the availableDevices.
Fixes the availableDevices, to reflect the devices for which we succeeded or failed to obtain stream.
пре 9 година
hristoterezov
1f1e10bf11
Merge pull request #223 from jitsi/analytics-cross-region
Analytics cross region
пре 9 година
Дамян Минков
41173d443c
Merge pull request #222 from jitsi/fix_ss_external_install
Fixes the issue with SS external installation dialog is not closed after the plugin has been installed
пре 9 година
Дамян Минков
e4d704cf73
Merge pull request #224 from jitsi/detect_nwjs_ss_cancel
Implements detection for cancel on the SS pickup window
пре 9 година
hristoterezov
3a0291bb9c
Implements detection for cancel on the SS pickup window
пре 9 година
damencho
1b21337088
Renames analytics event muc.idle to session.initiate.
Also adds a safe check if there was no regionInfo to skip reporting cross-region.
пре 9 година
damencho
319411c13a
Adds info to analytics whether call was cross-region.
пре 9 година
damencho
40c0c622ee
Adds cross region info to jitsiRegionInfo.
пре 9 година
hristoterezov
32f05da153
Fixes the issue with SS external installation dialog is not closed after the plugin has been installed
пре 9 година
Дамян Минков
52efd13451
Merge pull request #221 from jitsi/fix_feedback
Fixes the issue with not able to send feedback after JitsiConference.leave
пре 9 година
hristoterezov
e457906e01
Fixes the issue with not able to send feedback after JitsiConference.leave
пре 9 година
hristoterezov
b06ef678f0
Merge pull request #218 from jitsi/local-audio-levels-reload
Fixes local audio levels after reload.
пре 9 година
hristoterezov
6466ba27c0
Merge pull request #220 from jitsi/reloads-update
Removes reloads
пре 9 година
hristoterezov
733c968004
Removes unused code after reloads removal
пре 9 година
damencho
bde1b89041
Typo.
пре 9 година
damencho
a94fab12f1
Adds optional label to analytics handler.
пре 9 година
damencho
2a6c07a6cc
Adds in statistics method to send event to cs and analytics.
пре 9 година
damencho
fa733cb2f6
Removes reload code.
пре 9 година
damencho
5ca17431e0
Fixes local audio levels after reload.
пре 9 година
hristoterezov
32465eafb3
Merge pull request #217 from jitsi/fix-state-mute-inprogress
Surrounds code in successcallback with try/catch and call errorcallba…
пре 9 година
damencho
c2f9844a3c
Uses logger instead of console.log.
пре 9 година
damencho
0cd1118ffb
Surrounds code in successcallback with try/catch and call errorcallback on exception.
If there is a problem with ssrc in successcallback of peerconnection create answer, no callback is called as a result of execution TraceablePeerConnection.createAnswer.
пре 9 година
Paweł Domas
5685f5b591
Merge pull request #216 from jitsi/reload_analitycs
Logs the reason for the reload
пре 9 година
hristoterezov
b2d1ed5d0d
Logs the reason for the reload
пре 9 година
hristoterezov
2095755d90
Merge pull request #192 from jitsi/latedef
Delete latedef repetition
пре 9 година
hristoterezov
d081b92684
Merge pull request #211 from jitsi/queue-analytics
Queue analytics events
пре 9 година
damencho
643e8ca0ee
Adds caching of events to AnalyticsAdapter.
Use the caching from statistics, by calling loaded and dispose methods (onload and onerror).
пре 9 година
damencho
68b78bb730
Adds load and error callback to the script util.
пре 9 година
Lyubomir Marinov
81718e55c7
Merge branch 'tsareg-react_native_webrtc_media_stream_track_get_settings_not_implemented'
пре 9 година
Lyubomir Marinov
0b2499682d
Merge branch 'react_native_webrtc_media_stream_track_get_settings_not_implemented' of https://github.com/tsareg/lib-jitsi-meet into tsareg-react_native_webrtc_media_stream_track_get_settings_not_implemented
пре 9 година
hristoterezov
a23779fb24
Merge pull request #200 from tsareg/set_mute
_setMute refactoring to allow muting/unmuting local tracks when they are not in conference
пре 9 година
tsareg
f9ed623f23
Wrap calling MediaStreamTrack#getSettings() with try-catch block as it throws "Not implemented" Error in react-native-webrtc
пре 9 година
tsareg
d00993293a
Added TRACK_NO_STREAM_FOUND JitsiTrackError type
пре 9 година
tsareg
3c0b730a1a
Replaced string with constant
пре 9 година
tsareg
b6ad86ac19
Merge remote-tracking branch 'remotes/upstream/master' into set_mute
пре 9 година
hristoterezov
870a608a0d
Merge pull request #208 from jitsi/analytics-update
Analytics update
пре 9 година
damencho
26231efbd7
Avoids using global JitsiMeetJS.
пре 9 година
damencho
0370183e94
Moves the method definition of the play callback.
пре 9 година
Lyubomir Marinov
d836d8aacc
Merge branch 'tsareg-is_user_facing_camera'
пре 9 година
Lyubomir Marinov
6121695107
Merge branch 'is_user_facing_camera' of https://github.com/tsareg/lib-jitsi-meet into tsareg-is_user_facing_camera
пре 9 година
damencho
873c5b4c93
Adds some analytics events for getusermedia success or fail.
пре 9 година
damencho
1f45df2122
Substracts from ttfm the time that user waits while been asked for user permissions.
пре 9 година
damencho
9351e50d74
Adds ttfm for temasys.
пре 9 година
damencho
fe9aebd0c6
Distinguish tracks that had been muted when calculating ttfm.
пре 9 година
bgrozev
6883915507
Merge pull request #207 from jitsi/cs-reinitialize
Adds re-initialize of callstats if addNewFabric fail.
пре 9 година
damencho
3f6a8aee7c
Adds re-initialize of callstats if addNewFabric fail.
пре 9 година
bgrozev
9e7c77219c
Merge pull request #206 from jitsi/fix_ss_from_popup
Implements desktop sharing extension external installation
пре 9 година
hristoterezov
e22f353829
Use the existing constant instead of string in ScreenObtainer.js
пре 9 година