hristoterezov
f02a22d3f9
fix(eslint): Add brace-style rule
преди 8 години
hristoterezov
c36b464bfc
fix(eslint): Add curly rule
преди 8 години
hristoterezov
fceb8606d8
fix(eslint): Add no-extra-parens rule
преди 8 години
paweldomas
af26c86db0
ref(RTC): rename "owner" to "ownerEndpointId"
преди 8 години
paweldomas
ff932f385c
ref(JingleSessionPC): emit track added/removed in RTC
преди 8 години
Boris Grozev
66a16cf85a
docs: Fixes spelling.
преди 8 години
Lyubomir Marinov
66b601ec04
Disable Temasys on React Native
Lib-jitsi-meet uses Temasys on Internet Explorer and Safari so it does
not make sense to require its adapter.screenshare.js on React Native,
for example, where it fails anyway.
преди 8 години
hristoterezov
5b656903ac
feat(analytics): Add support for permanent properties and new parameters format
преди 8 години
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.
преди 8 години
paweldomas
a79608213f
feat(events): include JitsiTrack as an argument of TRACK_MUTE_CHANGED
преди 8 години
paweldomas
af44ba0aa0
feat(RTCEvents): add REMOTE_TRACK_MUTE/UNMUTE
Add "onmute" and "onmute" handlers to the WebRTC MediaStream and trigger
corresponding RTCEvents.
преди 8 години
Lyubomir Marinov
417e3fbc07
ES6 for JitsiTrackEvents
преди 8 години
damencho
0370183e94
Moves the method definition of the play callback.
преди 8 години
damencho
1f45df2122
Substracts from ttfm the time that user waits while been asked for user permissions.
преди 8 години
damencho
9351e50d74
Adds ttfm for temasys.
преди 8 години
damencho
fe9aebd0c6
Distinguish tracks that had been muted when calculating ttfm.
преди 8 години
damencho
1b1ff464d5
Adds missing require.
преди 8 години
damencho
234f3384e1
Moves loading of analytics in the library.
преди 8 години
damencho
746ed36381
Reports ttfm through analytics.
Stores render event in connection times to use it for tests.
преди 9 години
damencho
2f93ae15e1
Adds analytics events for connection times.
Moves render time calculations in the library.
преди 9 години
tsareg
06cf23ff61
Better JitsiTrack#dispose() method to prevent memory leaks
преди 9 години
hristoterezov
c3f9885df0
Resolve xmpp dependacies in RTC module
преди 9 години
tsareg
6500f9e1f4
Do not subscribe each JitsiTrack to RTCEvents.AUDIO_OUTPUT_DEVICE_CHANGED, instead subscribe once in RTC
преди 9 години
hristoterezov
3aa49c4c2a
Removes fake video tracks from the code
преди 9 години
Lyubomir Marinov
e165952a5d
Simplify, clarify source code
преди 9 години
Lyubomir Marinov
c779d7a958
Add, expand, fix jsdocs, comments
преди 9 години
hristoterezov
abdb7e3c49
Fixes issue with fake streams that are never removed
преди 9 години
Kostiantyn Tsaregradskyi
f57a75b412
Switch local audio and video track when list of available devices changes
преди 9 години
paweldomas
f6d730794e
Deal with the WebRTC streams on per track basis
преди 9 години
paweldomas
0f3cd3b873
Add MediaType
преди 9 години
paweldomas
6b25f9cd20
Add missing semicolons, break some comments at line limit
преди 9 години
hristoterezov
1c9eed44c5
Renames JitsiTrack.stop method and TRACK_STOPPED event. Fixes minor issues with TRACK_REMOVED event.
преди 9 години
damencho
f3cb890a27
Leaves ssrcOwners for local use in JingleSessionPC, uses remote streams from RTC for ssrc mapping to resources. For local video/audio stream ssrc to resource we use JingleSessionPC.localStreamsSSRC.
преди 9 години
hristoterezov
bed4826e46
Added videotype for remote streams
преди 9 години
damencho
e49bd553f8
Fixes start video muted and remote audio.
преди 9 години
hristoterezov
b8682c6a83
Add callstats support
преди 9 години
damencho
882c4402e5
Fixes issue with start muted video, as we are now removing the stream. We now create a dummy video track which we report as muted.
преди 9 години
damencho
c1abbc4d65
Removes muted info from presence to avoid generating too many muted events.
преди 9 години
hristoterezov
f29399d9e4
Fixes IE 10 support
преди 9 години
isymchych
1f69ab8d18
add property isLocal to JitsiTrack
преди 9 години
isymchych
56328fcf58
use JitsiParticipant; add some method implementations
преди 9 години
hristoterezov
8409bab854
Fixes the issues with mute, audio levels and remove events that were attached to the conference
преди 9 години
damencho
1e16e24f40
Makes sure we add/remove all onended events for media streams in one central place.
преди 9 години
hristoterezov
cbe183f0f4
Fixes race condition for the mute status for the remote tracks.
преди 9 години
hristoterezov
86f90e6331
Fixes mute issues.
преди 9 години
hristoterezov
ae85fc66e5
Fixes TRACK_REMOVED event.
преди 9 години
hristoterezov
036635dee6
Implements some conference events.
преди 9 години
hristoterezov
2328443ecb
Refactors RTC module to support multiple conferences. Implements JitsiTrack interfaces.
преди 9 години