damencho
4f3e37e04d
Conference detects suspend, leaves room and fires an event.
Fixes calling of leave in kick.
9 gadus atpakaļ
Emil Ivov
71eb81fe60
Renames a reference missed in the last commit.
9 gadus atpakaļ
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 gadus atpakaļ
Boris Grozev
3da8825543
feat: moves isConnectionInterrupted to lib-jitsi-meet.
9 gadus atpakaļ
hristoterezov
9075fcfc43
fix(JitsiConference.leave): Promise and logic
9 gadus atpakaļ
hristoterezov
14ad15d956
refactor(audio_problem): Remove audio problem detection
9 gadus atpakaļ
hristoterezov
5b656903ac
feat(analytics): Add support for permanent properties and new parameters format
9 gadus atpakaļ
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.
9 gadus atpakaļ
damencho
cbf2eebeec
Fires CONFERENCE_LEFT event once we receive our presence unavailable.
9 gadus atpakaļ
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".
9 gadus atpakaļ
damencho
31d22ef5b4
Adds not allowed errors and handling it.
9 gadus atpakaļ
Lyubomir Marinov
ad48c0c4d3
ES6 for JitsiConferenceErrors
9 gadus atpakaļ
Lyubomir Marinov
1c6340cb38
ES6 for JitsiConferenceEvents
9 gadus atpakaļ
paweldomas
a51feba392
feat(XMPPEvents): add CALL_ENDED event
The event is triggered when Jicofo sends 'session-terminate' and our
PeerConnection is closed.
9 gadus atpakaļ
hristoterezov
06d07a3d6a
Fixes issues after review
9 gadus atpakaļ
hristoterezov
bcb3253df2
Implement audio problem detection
9 gadus atpakaļ
Sam Whited
7f684b5c7a
Put event forwarder in the right scope
Fix broken variable
9 gadus atpakaļ
Sam Whited
ec34cf48a2
Add events for lock icon update
9 gadus atpakaļ
nikvaessen
aa1a4c12c5
add Tracks to transcriber on creation
9 gadus atpakaļ
nikvaessen
d889d2c03b
added getTranscriber method and handle new tracks created
9 gadus atpakaļ
hristoterezov
733c968004
Removes unused code after reloads removal
9 gadus atpakaļ
damencho
2a6c07a6cc
Adds in statistics method to send event to cs and analytics.
9 gadus atpakaļ
damencho
fa733cb2f6
Removes reload code.
9 gadus atpakaļ
hristoterezov
b2d1ed5d0d
Logs the reason for the reload
9 gadus atpakaļ
damencho
234f3384e1
Moves loading of analytics in the library.
9 gadus atpakaļ
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 gadus atpakaļ
damencho
2f93ae15e1
Adds analytics events for connection times.
Moves render time calculations in the library.
9 gadus atpakaļ
damencho
62906b62f7
Introduces analytics interface to report events.
Adds events for various disconnects, failures and reloads.
9 gadus atpakaļ
Boris Grozev
961870f55c
Formats callstats application logs as JSON.
9 gadus atpakaļ
hristoterezov
2525f5ff81
Implements interfaces for data channel communication
9 gadus atpakaļ
bgrozev
6c870f70b5
Revert "Implements interfaces for data channel communication"
9 gadus atpakaļ
hristoterezov
dd24d1bee1
Implements interfaces for data channel communication
9 gadus atpakaļ
damencho
47d38b1a9c
Leaves conference when kicked.
Leaves conference when kicked, to clear listeners and timers like statistics. We need room to be non present in order to remove local tracks and avoid sending iq for track remove.
9 gadus atpakaļ
tsareg
49fa0a48a5
More simple RTC#removeRemoteTrack() and RTC#removeRemoteTracks() methods
9 gadus atpakaļ
hristoterezov
20fc22d293
Adds improperly removed JitsiConference listeners after PR#166
9 gadus atpakaļ
hristoterezov
b1e4c8debe
Fixes issues after review PR #166
9 gadus atpakaļ
hristoterezov
5d1ac53aa8
Changes reload methods to private
9 gadus atpakaļ
hristoterezov
6ca2c62090
Reloads JitsiConnection on prosody or jicofo restart
9 gadus atpakaļ
hristoterezov
faeda96206
Implements reload method in JitsiConference
9 gadus atpakaļ