Sam Whited
ec34cf48a2
Add events for lock icon update
пре 9 година
damencho
e8b9199c53
Fixes setAvailableDevices on error, passing no stream.
пре 9 година
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
991e4b6c7a
Fixes the availableDevices.
Fixes the availableDevices, to reflect the devices for which we succeeded or failed to obtain stream.
пре 9 година
hristoterezov
3a0291bb9c
Implements detection for cancel on the SS pickup window
пре 9 година
hristoterezov
32f05da153
Fixes the issue with SS external installation dialog is not closed after the plugin has been installed
пре 9 година
hristoterezov
e457906e01
Fixes the issue with not able to send feedback after JitsiConference.leave
пре 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
5ca17431e0
Fixes local audio levels after reload.
пре 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 година
hristoterezov
b2d1ed5d0d
Logs the reason for the reload
пре 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 година
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 година