Devin Wilson
f8352fdf4c
Merge branch 'master' of https://github.com/jitsi/lib-jitsi-meet into callstats-confid
Conflicts:
JitsiConference.js
modules/statistics/CallStats.js
9 anni fa
bgrozev
39f19f9461
Merge pull request #307 from jitsi/event-name-change
Fixes name of the DOMINANT_SPEAKER_CHANGED event.
9 anni fa
Emil Ivov
71eb81fe60
Renames a reference missed in the last commit.
9 anni fa
Emil Ivov
be2d40987d
Fixes name of the DOMINANT_SPEAKER_CHANGED event.
9 anni fa
damencho
279f1344e7
Fixes eslint error about global variable assignment.
9 anni fa
Paweł Domas
a6997c4123
Merge pull request #304 from bgrozev/fix-a-warning
fix: Fixes a jshint or eslint warning.
9 anni fa
Boris Grozev
2614575f0d
fix: Fixes a jshint or eslint warning.
9 anni fa
Paweł Domas
3b82df1f2b
Merge pull request #302 from bgrozev/clean-stats
Cleans the statistics code a bit
9 anni fa
Дамян Минков
24eb3505d9
Merge pull request #303 from bgrozev/conn-quality-hack
hack: Assumes a lower packet loss rate when video is muted.
9 anni fa
Boris Grozev
591bde3eb3
hack: Assumes a lower packet loss rate when video is muted.
9 anni fa
Boris Grozev
62276e5456
cleanup: Removes mode unused code.
9 anni fa
Boris Grozev
b99136f199
cleanup: Renames a confusingly named class.
9 anni fa
Boris Grozev
c6c71c59f6
cleanup: Renames a confusingly named variable.
9 anni fa
Boris Grozev
d37a86e97d
cleanup: Renames a confuingly named function, and fixes its documentation.
9 anni fa
Boris Grozev
a601ec1e4a
cleanup: Renames a confusingly named function.
9 anni fa
Boris Grozev
e44394b476
cleanup: Renames a confusingle named function.
9 anni fa
Boris Grozev
a60b9aa0cb
cleanup: Renames a confusingly named variable and corrects the documentation.
9 anni fa
Boris Grozev
9dffaec727
docs: Fixes documentation.
9 anni fa
Boris Grozev
7e7ee9f7b7
cleanup: Renames a confusingly named field.
9 anni fa
Boris Grozev
f05c85b52d
cleanup: Removes an unnecessary variable.
9 anni fa
Boris Grozev
de3596c2a0
cleanup: Renames a confusingly named field.
9 anni fa
Boris Grozev
01e4324109
cleanup: Removes unused code.
9 anni fa
Boris Grozev
24a2d6548e
cleanup: Renames a confusingly named field.
9 anni fa
Boris Grozev
54a1409554
cleanup: Simplifies code and documents the units.
9 anni fa
Boris Grozev
26e5ddcdcd
cleanup: Simplifies code.
9 anni fa
Boris Grozev
26c320b0c1
fix: Don't deliberately lose time resolution.
9 anni fa
Boris Grozev
5c6b1f6b2c
cleanup: Simplifies code.
9 anni fa
Boris Grozev
6af25ab09e
cleanup: Uses a helper function.
9 anni fa
Дамян Минков
19978f1552
Merge pull request #301 from bgrozev/conn-quality-fixes
fix: Use only packet loss for the send direction.
9 anni fa
Boris Grozev
4b7a86f26a
fix: Use only packet loss for the send direction.
This is only temporary, since we suspect that the calculation for the
receive direction is incorrect.
9 anni fa
Boris Grozev
691513de98
cleanup: Renames a confusingly named variable.
9 anni fa
Boris Grozev
2d11371b47
cleanup: Remove an unnecessary variable.
9 anni fa
Boris Grozev
0e99267fe3
cleanup: Renames a confusingly named variable.
9 anni fa
Boris Grozev
566284b07f
cleanup: Renames a confusingly named variable.
9 anni fa
Boris Grozev
f9e6bb30bf
cleanup: Renames a confusingly named variable.
9 anni fa
Boris Grozev
80a9d1cfad
cleanup: Renames a confusingly named variable.
9 anni fa
Boris Grozev
3177ddad44
cleanup: Remove a warning log message.
9 anni fa
Дамян Минков
4c103b0d21
Merge pull request #298 from bgrozev/conn-quality
Conn quality
9 anni fa
Boris Grozev
9f717e70c7
fix: Uses the packet loss calculation for screensharing.
9 anni fa
hristoterezov
914e49ca7b
Merge pull request #300 from jitsi/fix_peer_conn_status
Second attempt on #292
9 anni fa
hristoterezov
7caf4542d6
Merge pull request #299 from jitsi/msg_for_missing_participant
Fix Uncaught TypeError: Cannot read property 'getTracks' of undefined
9 anni fa
paweldomas
2fb775cede
fix(ParticipantConnectionStatus): status from JVB is true by default
If there was no notification from the JVB about the connectivity status
it means it's connected. That's because the bridge does not send any
notification unless there is a problem.
9 anni fa
paweldomas
2de84c8d01
fix(JitsiConf...EventManager): skip msg for non-existing user
The manager will not forward the event if the participant does not
exist, as it is not expected to get the event for "undefined"
participant.
9 anni fa
yanas
50f56a25db
Merge pull request #297 from jitsi/update-lock-state
Initialize lock state on room join.
9 anni fa
Boris Grozev
4909c35dd9
fix: Safeguard against overflows or unnecessary calculations.
9 anni fa
Boris Grozev
3532333ef4
fix: Ignore the bitrate in the first 5 seconds.
9 anni fa
Boris Grozev
4a78cc3a97
fix: Ignore errors.
9 anni fa
Boris Grozev
62f4922201
feat: Reworks the connection quality calculation.
Cleans up code. Paces the increase of connection quality. Take ramp-up
into account. Uses sending bitrate by default whenever possible (with
and without simulcast, as long as we know the sending bitrate and
resolution).
Updates the packet loss based calculation (used whenever we don't know
the sending bitrate and input resolution) with hard-coded thresholds,
so that it doesn't scale linearly (15% packet loss doesn't yield 85%
connection quality).
9 anni fa
Boris Grozev
f56dbca640
feat: Fires an event when the ICE state changes.
9 anni fa
Boris Grozev
3babf4c3ad
feat: Adds a supportsSimulcast utility method.
9 anni fa