damencho
e65bfb0d02
Fixes attaching chat room listeners for statistics.
Need to attach the listeners after statistics is created.
vor 9 Jahren
hristoterezov
b1e4c8debe
Fixes issues after review PR #166
vor 9 Jahren
tsareg
27466fce4a
Always fire JitsiConferenceEvents.TRACK_REMOVED event when track is removed when participant lefts the conference
vor 9 Jahren
hristoterezov
c5e83fbefe
Adds additional that are going to be visible in torture for the audio problem detection
vor 9 Jahren
hristoterezov
5d1ac53aa8
Changes reload methods to private
vor 9 Jahren
Boris Grozev
073e0c6203
Exposes logging an "application log" to callstats.
vor 9 Jahren
Boris Grozev
6cfd1ba968
Renames confusingly named functions, adds documentation.
vor 9 Jahren
Boris Grozev
68b1eb7912
Logs the ICE ufrags to callstats.
vor 9 Jahren
hristoterezov
6ca2c62090
Reloads JitsiConnection on prosody or jicofo restart
vor 9 Jahren
tsareg
954de1380f
Fire CONFERENCE_LEFT event after conference is left
vor 9 Jahren
tsareg
332c0957f3
Wrap thrown errors into Promise.reject for consistency.
Handle case when JitsiLocalTrack#dispose() is called after track was removed from conference.
Set track's conference reference to null when removing track from conference.
vor 9 Jahren
hristoterezov
0449071f89
Implements JitsiConnection.reload. Minor fixes related to JitsiConference.reload.
vor 9 Jahren
Lyubomir Marinov
609039745a
Be forgiving towards API clients
If the API client happened to try to add one and the same local video
track twice, the library would throw an error. I find that draconian
because:
1. The error message states that a second local video stream cannot be
added but that is incorrect because the API client is not trying to add
a second local video stream but add one and the same local video stream
multiple times.
2. The jsdoc says that a throw will happen if another local video stream
is added but that is misleading because the API client is not trying to
add another local video stream but add the same local video stream.
3. Adding one and the same local video stream multiple times can be
handled gracefully by the lib-jitsi-meet library. Thus, the library
appears more friendly.
Hence, gracefully handle the case of adding the same local video track
multiple times without throwing an error.
vor 9 Jahren
hristoterezov
faeda96206
Implements reload method in JitsiConference
vor 9 Jahren
tsareg
dd7b70d939
Do not send event to callstats when no audiooutput devices are available.
Fix non-ASCII letter in Statistics.sendActiveDeviceListEvent() method
vor 9 Jahren
hristoterezov
390eb60c2d
Fixes JS error on desktop streaming start
vor 9 Jahren
hristoterezov
36078b0e66
Implements audio problems detection
vor 9 Jahren
damencho
3cdc7ea35a
Fixes missing recorder statistics. Adds the errors reported by jibri to the status logs.
vor 9 Jahren
damencho
f2817b9c42
Removes deprecated applicationLog, replaces it with applicationLog.
vor 9 Jahren
damencho
0322825701
Reports initial device list and subsequent device changes to callstats.
vor 9 Jahren
hristoterezov
c3f9885df0
Resolve xmpp dependacies in RTC module
vor 9 Jahren
hristoterezov
cdf7734b3e
Fixes issue with the local audio levels
vor 9 Jahren
Boris Grozev
985f79da37
Adds a set of properties to JitsiParticipant, which can be updated
via presence (via special items with a tag name beginning with
"jitsi_participant_). An events is fired when the value of a property changes.
vor 9 Jahren
damencho
9153024377
Refactor callstats removing improve static calls to Statistics.
You can call static Statistics methods which will internally handle callstats instances to send stats. Drops handlers and JitsiMeetJS references.
vor 9 Jahren
damencho
158b3a5463
Sends recorder states to callstats.
vor 9 Jahren
damencho
21d7435245
Updates sending region stats, remove unused variable and uses on array variable holding data.
vor 9 Jahren
damencho
d773e0bcff
Sends additional logs to callstats.
Logs versions of components and library version. Logs shard and region if available.
vor 9 Jahren
tsareg
4077f55174
Extracted code duplication into separate function
vor 9 Jahren
tsareg
5e4aa82cad
Report DOMException when audio output device change fails as gUM error to callstats
vor 9 Jahren
tsareg
f8ed717be6
Start callStats as soon as second participant join the room, maybe even without established jingle session and peer connection
vor 9 Jahren
tsareg
403fcb0e25
Handle cases when new media devices are added/removed more precisely and more predictable
vor 9 Jahren
hristoterezov
40188b9ce5
Adds all SRD/SLD to modifySourcesQueue and removes modifySourcesQueue.pause calls
vor 9 Jahren
paweldomas
f88adc5a6e
Adds 'audioLevelsInterval' config option
vor 9 Jahren
hristoterezov
85fd13a082
Fixes issues after review
vor 9 Jahren
Lyubomir Marinov
2c8c5a1028
Remove duplications of error messages
vor 9 Jahren
Lyubomir Marinov
704f1f8063
Fix a typo in function names
vor 9 Jahren
hristoterezov
dd3e1bc4a9
Calls the global error handler on every logger.error
vor 9 Jahren
Lyubomir Marinov
3b4351a3cf
Add jsdocs and optimize
vor 9 Jahren
hristoterezov
3aa49c4c2a
Removes fake video tracks from the code
vor 9 Jahren
paweldomas
c90d758fdf
Reopen data channels on ice restart
vor 9 Jahren
hristoterezov
9d79ea9507
Changes the code from the last commit to be more readable
vor 9 Jahren
hristoterezov
abdb7e3c49
Fixes issue with fake streams that are never removed
vor 9 Jahren
hristoterezov
e6968912ae
Changes console.* to logger.*
vor 9 Jahren
damencho
f79f76fb8c
Removes fabricSetupFailed and adds iceConnectionFailure for callstats.
vor 9 Jahren
hristoterezov
49bd22e976
Fixes issue with callstats confID
vor 9 Jahren
hristoterezov
d7c65e1129
Makes sure that the state of the app is not changed if add/remove track fails
vor 9 Jahren
hristoterezov
4861c2a9fc
Fixes issue with not completing promise for remove/add track and conference leave
vor 9 Jahren
yanas
78c99a5a24
Fix jibri presence initial state
vor 9 Jahren
Lyubomir Marinov
7df2e4e358
Make disco completely optional
Since (1) half of the disco uses check whether the feature in question
is supported, (2) the other half appears to not absolutely require
disco, and (3) disco needs to be explicitly included/required in order
to be supported, make disco completely optional.
vor 9 Jahren
Lyubomir Marinov
2605abe2a3
Don't rely on JitsiMeetJS being global
While we have JitsiMeetJS defined as a global variable in Jitsi Meet, it
doesn't sound like an absolutely necessary and beautiful requirement
inside the library itself.
vor 9 Jahren