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 лет назад
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 лет назад
damencho
26231efbd7
Avoids using global JitsiMeetJS.
9 лет назад
damencho
0370183e94
Moves the method definition of the play callback.
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 лет назад
damencho
3f6a8aee7c
Adds re-initialize of callstats if addNewFabric fail.
9 лет назад
hristoterezov
e22f353829
Use the existing constant instead of string in ScreenObtainer.js
9 лет назад
damencho
1b1ff464d5
Adds missing require.
9 лет назад
hristoterezov
1aa31587c6
Implements desktop sharing extension external installation
9 лет назад
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 лет назад
tsareg
bc915c16fe
Pass 'facingMode' to gUM when 'unmuting' video track
9 лет назад
damencho
234f3384e1
Moves loading of analytics in the library.
9 лет назад
paweldomas
30c7739899
Avoid 'session-accept' timeout
Do not flush the connection after 'session-accept'
is queued to avoid BOSH race condition issue.
9 лет назад
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 лет назад
damencho
746ed36381
Reports ttfm through analytics.
Stores render event in connection times to use it for tests.
9 лет назад
damencho
d376801be4
Adds browser suffix to all events reported to analytics.
9 лет назад
damencho
e014c23ce6
Adds utility method to fetch browser name.
9 лет назад
damencho
2f93ae15e1
Adds analytics events for connection times.
Moves render time calculations in the library.
9 лет назад
damencho
62906b62f7
Introduces analytics interface to report events.
Adds events for various disconnects, failures and reloads.
9 лет назад
tsareg
5956915d82
_setMute refactoring
9 лет назад
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 лет назад
damencho
93ed5cedbb
Lowers the verbosity on data channel errors.
9 лет назад
damencho
0e49f7b92f
Throws an exception when strophe plugins are missing.
9 лет назад
damencho
ff2642722f
Checks for missing room on muting locally.
9 лет назад
damencho
9bb44a2562
Updates cs log for audio detect problem.
9 лет назад
Boris Grozev
961870f55c
Formats callstats application logs as JSON.
9 лет назад
Boris Grozev
cde0b16d31
Removes a piece of code which doesn't make any sense.
Does not fire an "IncompatibleVersionsEvent" in case the
reported XMPP server version changes.
9 лет назад
hristoterezov
301ed7e503
Changes methods that use RTCDatachanel#send to throw exception on fail
9 лет назад
tsareg
32b9f91e5f
Introduced JitsiLocalTrack#getCameraFacingMode() method and CameraFacingMode enum
9 лет назад
hristoterezov
8d7bd558bd
Catch JS errors on Datachannel.send
9 лет назад
hristoterezov
2525f5ff81
Implements interfaces for data channel communication
9 лет назад
bgrozev
6c870f70b5
Revert "Implements interfaces for data channel communication"
9 лет назад
damencho
11f0cef3a3
Handles videoType from last received presence.
Handles the case where we can receive the presence with the video type before we have received and created the remote track.
9 лет назад
hristoterezov
dd24d1bee1
Implements interfaces for data channel communication
9 лет назад
damencho
2efb7f64af
Avoids sending presence when kicked and room is left.
9 лет назад
tsareg
49fa0a48a5
More simple RTC#removeRemoteTrack() and RTC#removeRemoteTracks() methods
9 лет назад
paweldomas
43e46336d0
Send 'useRoomAsSharedDocumentName' option to Jicofo
9 лет назад
tsareg
cc311b59a3
Correctly detect React-Native in debug mode
9 лет назад
tsareg
06cf23ff61
Better JitsiTrack#dispose() method to prevent memory leaks
9 лет назад
damencho
709f12f533
Uses the empty element with namespace for initial presence.
Fixes a problem where, sending that namespace on every presence will make the server think we are joining every time and will return us the message history for the muc.
9 лет назад
hristoterezov
342e8ac5c0
Simplifies EventEmitterForwarder.forward code
9 лет назад
hristoterezov
b1e4c8debe
Fixes issues after review PR #166
9 лет назад
tsareg
27466fce4a
Always fire JitsiConferenceEvents.TRACK_REMOVED event when track is removed when participant lefts the conference
9 лет назад
damencho
339c472dcd
Fixes few issues with kicking participant.
If in the presence there is 110 and 307 status codes there was an error in processing. When kicked the other participants were not cleared from the conference. Firing an event for focus leaving the conference when we are kicked.
9 лет назад
damencho
3699c741dd
Removes variable not present in the code anymore.
9 лет назад