Lyubo Marinov
4581605a28
[eslint] newline-after-var, newline-before-return, newline-per-chained-call
il y a 8 ans
Lyubo Marinov
13bfa61028
[eslint] prefer-arrow-callback
il y a 8 ans
Lyubo Marinov
c991abf9ef
[eslint] prefer-template
il y a 8 ans
Lyubo Marinov
5bff0ed543
[eslint] no-var
il y a 8 ans
hristoterezov
99d121e906
fix(eslint): Add guard-for-in rule
il y a 8 ans
Lyubo Marinov
4293971466
[eslint] operator-linebreak
il y a 8 ans
Lyubo Marinov
ed0d464392
[eslint] quotes
il y a 8 ans
Lyubo Marinov
f8ab8015a2
[eslint] space-before-blocks
il y a 8 ans
Lyubo Marinov
78217478d1
[eslint] space-before-function-paren
il y a 8 ans
Lyubo Marinov
14147059b3
[eslint] spaced-comment
il y a 8 ans
hristoterezov
c96898c478
fix(eslint): Add no-multi-spaces rule
il y a 8 ans
hristoterezov
3e44723582
fix(eslint): Add indent rule
il y a 8 ans
hristoterezov
f02a22d3f9
fix(eslint): Add brace-style rule
il y a 8 ans
hristoterezov
c36b464bfc
fix(eslint): Add curly rule
il y a 8 ans
Lyubo Marinov
596767d57e
[eslint] object-shorthand
il y a 8 ans
paweldomas
791dfb596f
style(JitsiConferenceEventManager): use import
il y a 8 ans
paweldomas
f0d128484d
ref(MediaType): convert to ES6 syntax
il y a 8 ans
paweldomas
3b59cdb080
ref(RTC): cleanup local track access
il y a 8 ans
paweldomas
ff932f385c
ref(JingleSessionPC): emit track added/removed in RTC
il y a 8 ans
paweldomas
98df9a5f29
ref(XMPPEvents): move some PC related events to RTC
Moves part of the XMPP events which are clearly
related to the PeerConnection to RTCEvents.
il y a 8 ans
hristoterezov
3e7b06c1b1
fix(caps): add event to notify when caps version for a user is changed
il y a 8 ans
paweldomas
935667f2fc
feat: add BEFORE_STATISTICS_DISPOSED event
il y a 9 ans
damencho
4f3e37e04d
Conference detects suspend, leaves room and fires an event.
Fixes calling of leave in kick.
il y a 9 ans
Emil Ivov
71eb81fe60
Renames a reference missed in the last commit.
il y a 9 ans
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.
il y a 9 ans
Boris Grozev
3da8825543
feat: moves isConnectionInterrupted to lib-jitsi-meet.
il y a 9 ans
hristoterezov
9075fcfc43
fix(JitsiConference.leave): Promise and logic
il y a 9 ans
hristoterezov
14ad15d956
refactor(audio_problem): Remove audio problem detection
il y a 9 ans
hristoterezov
5b656903ac
feat(analytics): Add support for permanent properties and new parameters format
il y a 9 ans
Lyubomir Marinov
90ee7e8a54
ESLint
Our JSHint configuration is not extensive and we have excluded multiple
files from linting. Additionally, we have seen JSHint to be unable to
parse newer ECMAScript features such as the object spread operator
(proposal).
On the other hand, we have seen ESLint to beautifully work on React and
React Native source code in addition to ES2015 and later. Introduce
ESLint alongside JSHint as an intermediate step to eventually switching
from JSHint to ESLint.
As our source code does not fully follow even the JSHint rules we have,
it is very difficult to introduce ESLint with many rules. At the
beginning, introduce it with as little rules as possible. Morever,
ESLint is able to automatically fix certain rule offenders so once we
have ESLint merged we can incrementally add new rules while keeping our
commits' modification on as little subjects as possible.
il y a 9 ans
damencho
cbf2eebeec
Fires CONFERENCE_LEFT event once we receive our presence unavailable.
il y a 9 ans
paweldomas
453346264e
feat(stats): log events for ICE disconnected,reconnected and failed
When ICE disconnects, reconnects or fails the events will be logged
on both Callstats and "analytics".
il y a 9 ans
damencho
31d22ef5b4
Adds not allowed errors and handling it.
il y a 9 ans
Lyubomir Marinov
ad48c0c4d3
ES6 for JitsiConferenceErrors
il y a 9 ans
Lyubomir Marinov
1c6340cb38
ES6 for JitsiConferenceEvents
il y a 9 ans
paweldomas
a51feba392
feat(XMPPEvents): add CALL_ENDED event
The event is triggered when Jicofo sends 'session-terminate' and our
PeerConnection is closed.
il y a 9 ans
hristoterezov
06d07a3d6a
Fixes issues after review
il y a 9 ans
hristoterezov
bcb3253df2
Implement audio problem detection
il y a 9 ans
Sam Whited
7f684b5c7a
Put event forwarder in the right scope
Fix broken variable
il y a 9 ans
Sam Whited
ec34cf48a2
Add events for lock icon update
il y a 9 ans
nikvaessen
aa1a4c12c5
add Tracks to transcriber on creation
il y a 9 ans
nikvaessen
d889d2c03b
added getTranscriber method and handle new tracks created
il y a 9 ans
hristoterezov
733c968004
Removes unused code after reloads removal
il y a 9 ans
damencho
2a6c07a6cc
Adds in statistics method to send event to cs and analytics.
il y a 9 ans
damencho
fa733cb2f6
Removes reload code.
il y a 9 ans
hristoterezov
b2d1ed5d0d
Logs the reason for the reload
il y a 9 ans
damencho
234f3384e1
Moves loading of analytics in the library.
il y a 9 ans
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.
il y a 9 ans
damencho
2f93ae15e1
Adds analytics events for connection times.
Moves render time calculations in the library.
il y a 9 ans
damencho
62906b62f7
Introduces analytics interface to report events.
Adds events for various disconnects, failures and reloads.
il y a 9 ans