damencho
643e8ca0ee
Adds caching of events to AnalyticsAdapter.
Use the caching from statistics, by calling loaded and dispose methods (onload and onerror).
9 years ago
damencho
68b78bb730
Adds load and error callback to the script util.
9 years ago
Lyubomir Marinov
81718e55c7
Merge branch 'tsareg-react_native_webrtc_media_stream_track_get_settings_not_implemented'
9 years ago
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 years ago
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 years ago
tsareg
f9ed623f23
Wrap calling MediaStreamTrack#getSettings() with try-catch block as it throws "Not implemented" Error in react-native-webrtc
9 years ago
tsareg
d00993293a
Added TRACK_NO_STREAM_FOUND JitsiTrackError type
9 years ago
tsareg
3c0b730a1a
Replaced string with constant
9 years ago
tsareg
b6ad86ac19
Merge remote-tracking branch 'remotes/upstream/master' into set_mute
9 years ago
hristoterezov
870a608a0d
Merge pull request #208 from jitsi/analytics-update
Analytics update
9 years ago
damencho
26231efbd7
Avoids using global JitsiMeetJS.
9 years ago
damencho
0370183e94
Moves the method definition of the play callback.
9 years ago
Lyubomir Marinov
d836d8aacc
Merge branch 'tsareg-is_user_facing_camera'
9 years ago
Lyubomir Marinov
6121695107
Merge branch 'is_user_facing_camera' of https://github.com/tsareg/lib-jitsi-meet into tsareg-is_user_facing_camera
9 years ago
damencho
873c5b4c93
Adds some analytics events for getusermedia success or fail.
9 years ago
damencho
1f45df2122
Substracts from ttfm the time that user waits while been asked for user permissions.
9 years ago
damencho
9351e50d74
Adds ttfm for temasys.
9 years ago
damencho
fe9aebd0c6
Distinguish tracks that had been muted when calculating ttfm.
9 years ago
bgrozev
6883915507
Merge pull request #207 from jitsi/cs-reinitialize
Adds re-initialize of callstats if addNewFabric fail.
9 years ago
damencho
3f6a8aee7c
Adds re-initialize of callstats if addNewFabric fail.
9 years ago
bgrozev
9e7c77219c
Merge pull request #206 from jitsi/fix_ss_from_popup
Implements desktop sharing extension external installation
9 years ago
hristoterezov
e22f353829
Use the existing constant instead of string in ScreenObtainer.js
9 years ago
hristoterezov
0d37338085
Merge pull request #204 from jitsi/analytics-move2
Moves loading of analytics in the library.
9 years ago
damencho
1b1ff464d5
Adds missing require.
9 years ago
hristoterezov
1aa31587c6
Implements desktop sharing extension external installation
9 years ago
damencho
be22ab769b
Loads analytics js dynamically by searching for it next to the library or by using a custom script url option passed to the library on initialisation.
9 years ago
tsareg
bc915c16fe
Pass 'facingMode' to gUM when 'unmuting' video track
9 years ago
damencho
234f3384e1
Moves loading of analytics in the library.
9 years ago
George Politis
701a5e7e9b
Merge pull request #202 from jitsi/session_accept_timeout
Fix session-accept timeout
9 years ago
paweldomas
30c7739899
Avoid 'session-accept' timeout
Do not flush the connection after 'session-accept'
is queued to avoid BOSH race condition issue.
9 years ago
paweldomas
7f6a5dd415
Reload the conference on 'session-accept' timeout
This is an unrecoverable error and in current state of
the system reload in the client is the least complex
thing to do.
9 years ago
George Politis
d196b8344a
Merge pull request #201 from jitsi/analytics-move
Analytics move
9 years ago
damencho
c9d0c17264
Adds a comment.
9 years ago
damencho
746ed36381
Reports ttfm through analytics.
Stores render event in connection times to use it for tests.
9 years ago
damencho
d376801be4
Adds browser suffix to all events reported to analytics.
9 years ago
damencho
89720887ad
Adds muc idle event.
9 years ago
damencho
e014c23ce6
Adds utility method to fetch browser name.
9 years ago
damencho
2f93ae15e1
Adds analytics events for connection times.
Moves render time calculations in the library.
9 years ago
yanas
dcc937cd5d
Merge pull request #199 from jitsi/crash_no_mediastreamtrack
Make 'isDeviceListAvailable' a Promise
9 years ago
damencho
62906b62f7
Introduces analytics interface to report events.
Adds events for various disconnects, failures and reloads.
9 years ago
tsareg
5956915d82
_setMute refactoring
9 years ago
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 years ago
Emil Ivov
78b7282efa
Merge pull request #198 from jitsi/ds-lower-onerror-verbosity
Lowers the verbosity on data channel errors.
9 years ago
damencho
93ed5cedbb
Lowers the verbosity on data channel errors.
9 years ago
Дамян Минков
1ad297533f
Merge pull request #191 from bgrozev/log-json
Format callstats application logs as JSON
9 years ago
Paweł Domas
2f2781f41f
Merge pull request #197 from jitsi/strophe-plugins-required
Throws an exception when strophe plugins are missing.
9 years ago
damencho
0e49f7b92f
Throws an exception when strophe plugins are missing.
9 years ago
Paweł Domas
48a054ddf2
Merge pull request #196 from jitsi/fix-attach-ie
Fixes connection optimization for IE.
9 years ago
damencho
d33442ef4a
Fixes connection optimization for IE.
9 years ago
hristoterezov
7445bc45e3
Merge pull request #193 from jitsi/fix-setmute-missing-room
Checks for missing room on muting locally.
9 years ago