Lyubomir Marinov
417e3fbc07
ES6 for JitsiTrackEvents
9年前
damencho
0370183e94
Moves the method definition of the play callback.
9年前
damencho
1f45df2122
Substracts from ttfm the time that user waits while been asked for user permissions.
9年前
damencho
9351e50d74
Adds ttfm for temasys.
9年前
damencho
fe9aebd0c6
Distinguish tracks that had been muted when calculating ttfm.
9年前
damencho
1b1ff464d5
Adds missing require.
9年前
damencho
234f3384e1
Moves loading of analytics in the library.
9年前
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
10年前
isymchych
1f69ab8d18
add property isLocal to JitsiTrack
10年前
isymchych
56328fcf58
use JitsiParticipant; add some method implementations
10年前
hristoterezov
8409bab854
Fixes the issues with mute, audio levels and remove events that were attached to the conference
10年前
damencho
1e16e24f40
Makes sure we add/remove all onended events for media streams in one central place.
10年前
hristoterezov
cbe183f0f4
Fixes race condition for the mute status for the remote tracks.
10年前
hristoterezov
86f90e6331
Fixes mute issues.
10年前
hristoterezov
ae85fc66e5
Fixes TRACK_REMOVED event.
10年前
hristoterezov
036635dee6
Implements some conference events.
10年前
hristoterezov
2328443ecb
Refactors RTC module to support multiple conferences. Implements JitsiTrack interfaces.
10年前