Emil Ivov
be2d40987d
Fixes name of the DOMINANT_SPEAKER_CHANGED event.
пре 9 година
damencho
279f1344e7
Fixes eslint error about global variable assignment.
пре 9 година
Boris Grozev
2614575f0d
fix: Fixes a jshint or eslint warning.
пре 9 година
Boris Grozev
591bde3eb3
hack: Assumes a lower packet loss rate when video is muted.
пре 9 година
Boris Grozev
62276e5456
cleanup: Removes mode unused code.
пре 9 година
Boris Grozev
b99136f199
cleanup: Renames a confusingly named class.
пре 9 година
Boris Grozev
c6c71c59f6
cleanup: Renames a confusingly named variable.
пре 9 година
Boris Grozev
d37a86e97d
cleanup: Renames a confuingly named function, and fixes its documentation.
пре 9 година
Boris Grozev
a601ec1e4a
cleanup: Renames a confusingly named function.
пре 9 година
Boris Grozev
e44394b476
cleanup: Renames a confusingle named function.
пре 9 година
Boris Grozev
a60b9aa0cb
cleanup: Renames a confusingly named variable and corrects the documentation.
пре 9 година
Boris Grozev
9dffaec727
docs: Fixes documentation.
пре 9 година
Boris Grozev
7e7ee9f7b7
cleanup: Renames a confusingly named field.
пре 9 година
Boris Grozev
f05c85b52d
cleanup: Removes an unnecessary variable.
пре 9 година
Boris Grozev
de3596c2a0
cleanup: Renames a confusingly named field.
пре 9 година
Boris Grozev
01e4324109
cleanup: Removes unused code.
пре 9 година
Boris Grozev
24a2d6548e
cleanup: Renames a confusingly named field.
пре 9 година
Boris Grozev
54a1409554
cleanup: Simplifies code and documents the units.
пре 9 година
Boris Grozev
26e5ddcdcd
cleanup: Simplifies code.
пре 9 година
Boris Grozev
26c320b0c1
fix: Don't deliberately lose time resolution.
пре 9 година
Boris Grozev
5c6b1f6b2c
cleanup: Simplifies code.
пре 9 година
Boris Grozev
6af25ab09e
cleanup: Uses a helper function.
пре 9 година
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 година
Boris Grozev
691513de98
cleanup: Renames a confusingly named variable.
пре 9 година
Boris Grozev
2d11371b47
cleanup: Remove an unnecessary variable.
пре 9 година
Boris Grozev
0e99267fe3
cleanup: Renames a confusingly named variable.
пре 9 година
Boris Grozev
566284b07f
cleanup: Renames a confusingly named variable.
пре 9 година
Boris Grozev
f9e6bb30bf
cleanup: Renames a confusingly named variable.
пре 9 година
Boris Grozev
80a9d1cfad
cleanup: Renames a confusingly named variable.
пре 9 година
Boris Grozev
3177ddad44
cleanup: Remove a warning log message.
пре 9 година
Boris Grozev
9f717e70c7
fix: Uses the packet loss calculation for screensharing.
пре 9 година
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 година
Boris Grozev
4909c35dd9
fix: Safeguard against overflows or unnecessary calculations.
пре 9 година
Boris Grozev
3532333ef4
fix: Ignore the bitrate in the first 5 seconds.
пре 9 година
Boris Grozev
4a78cc3a97
fix: Ignore errors.
пре 9 година
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 година
Boris Grozev
f56dbca640
feat: Fires an event when the ICE state changes.
пре 9 година
Boris Grozev
3babf4c3ad
feat: Adds a supportsSimulcast utility method.
пре 9 година
Boris Grozev
b75ef531c7
style: Simplifies code and adds documentation.
пре 9 година
Boris Grozev
65c24b1e16
fix: Fixes bugs introduces while refactoring.
пре 9 година
Boris Grozev
813ac81f83
refactor: Don't calculate remote connection quality.
пре 9 година
Boris Grozev
e4d4b941ba
refactor: Moves more code to lib-jitsi-meet.
пре 9 година
Boris Grozev
c16403b282
refactor: Moves more code to lib-jitsi-meet.
пре 9 година
Boris Grozev
ce010aba1c
Don't use no double non-positives.
пре 9 година
Boris Grozev
edf6a3a1c2
feat: Moves connectionquality to lib-jitsi-meet.
пре 9 година
damencho
cf80ff9b0a
Initialise lock state on room join.
пре 9 година
paweldomas
2271d2953e
feat(xmpp): trigger CONNECTION_FAILED when closed unintentionally
If Strophe drops the connection while not being asked to, it means that
most likely some serious error has occurred. One currently known case is
when a BOSH request fails for more than 4 times then the connection is
dropped without supplying a reason through the Strophe API
(the connection status simply goes to DISCONNECTED).
пре 9 година
paweldomas
18acb3e850
ref(xmpp): remove minor duplication
пре 9 година
paweldomas
5794371545
fix(ChatRoom): Cannot read property 'roomjid' of undefined
пре 9 година
hristoterezov
2bed1a7d5a
fix(statistics): sendEventToAll was not passing string to callstats
пре 9 година