paweldomas
dd54228913
Removes unused code used to inject local SSRCs.
(cherry picked from commit 286225e81e )
# Conflicts:
# modules/xmpp/SDP.js
10 years ago
isymchych
df3e7b8267
Use Object.defineProperty instead of Object.prototype._defineGetter_
10 years ago
hristoterezov
8409bab854
Fixes the issues with mute, audio levels and remove events that were attached to the conference
10 years ago
hristoterezov
6772975134
JitsiMeetJS.init returns Promise.
10 years ago
damencho
e60b79e20d
Updates addMediaStreamInactiveHandler (from master 5f6bba435c2ba0ff566bca5ba575ab7e2fb0432e).
10 years ago
hristoterezov
b638495de4
Fixes mutes
10 years ago
damencho
6d13fe1482
Fixes ssltcp candidates, error while transferring code from master.
10 years ago
damencho
b442f2f8cc
Converts ssltcp candidate to tcp one on FF.
10 years ago
hristoterezov
871eafb930
Fixes previous commit
10 years ago
hristoterezov
44336d93e5
Added basic desktop sharing support.
10 years ago
Lyubomir Marinov
65e928452d
Removes duplication.
10 years ago
George Politis
c0de2814f6
Adds comment.
10 years ago
George Politis
09d40eab90
Revert "Sets up simulcast for 2 layers."
This reverts commit b2993d8cf3 .
10 years ago
Boris Grozev
d6f62feb4e
Fixes warnings, sets up .jshintrc and ignores files in .jshintignore.
10 years ago
Boris Grozev
74e7c387db
Exposes functions in RandomUtils.
10 years ago
Boris Grozev
f507ba00cf
Simplifies code.
10 years ago
Boris Grozev
7ab69ddfca
Implements switching streams on firefox by using RTPSender.replaceTrack(). Fixes bugs with switching between camera and screen sharing.
10 years ago
Boris Grozev
abf9618eef
Simplifies code.
10 years ago
George Politis
329a5108cf
Sets up simulcast for 2 layers.
10 years ago
George Politis
6d07dda5de
Fixes issue in ssrc-group SDP parsing.
How did this even work before?
10 years ago
Boris Grozev
80db340c87
Adds additional logs, including timestamps relative to the initial
request.
10 years ago
Boris Grozev
f212f63bac
Removes unused parameters, adds documentation.
10 years ago
Boris Grozev
742a0bc6ac
Removes hard-coded constants and uses the events API in the statistics
module.
10 years ago
Boris Grozev
09640e23ba
Adds config options to filter out TCP or UDP candidates (for the purpose
of forcing one or the other in automated tests).
10 years ago
paweldomas
d16e14128e
Converts constants in RandomUtil to hex.
10 years ago
paweldomas
c4bd9c71f1
Fixes ping merge issues.
10 years ago
paweldomas
c310644511
Re-use current connection's domain as ping destination instead of accessing config.hosts.domain directly.
10 years ago
paweldomas
bd8e8b9d0f
Will use XEP-0199 ping for keep-alive only if it is supported by the server.
10 years ago
Boris Grozev
03b5952973
Fix comparison warnings.
10 years ago
Boris Grozev
c498c47a3b
Removes misleading documentation. Formatting fixes.
10 years ago
Boris Grozev
ced805d924
Enables the screen capture on firefox.
10 years ago
Boris Grozev
0f2adba7f4
Switches the order of the parameters of desktopsharing.addListener to match the rest of the code. Renames variables.
10 years ago
Boris Grozev
e647c2bf28
Don't treat 0 as false (avoid a warning when the receivedPackets or
sentPackets stat is 0, and possibly fixes misinterpreting a remove
stream as a local).
10 years ago
Boris Grozev
771ecc0857
Removes the protocol from the callstats.io conferenceID.
10 years ago
hristoterezov
9dc5ff499a
Updates desktop sharing files
10 years ago
damencho
da425c96b5
Makes sure we use stream.ended in one place. Replaces deprecated ended call with active check for media streams.
10 years ago
damencho
1e16e24f40
Makes sure we add/remove all onended events for media streams in one central place.
10 years ago
damencho
e1f5bf3d8d
Uses one method from RTC to stop media streams.
10 years ago
damencho
d3e3bc27d6
Changes some logging levels.
10 years ago
damencho
3f273eb048
Fixes storing display name in local members list, avoids dominant speaker to delete it.
10 years ago
hristoterezov
b5ed190083
Fixes small issues from the previous commits + fixes IE 10 issues.
10 years ago
hristoterezov
bc1bc1d024
Adds device selection support.
10 years ago
isymchych
094620eff8
added functions to retrieve devices list and check if that's possible
10 years ago
hristoterezov
bc641dc45b
Detaches createLocalTracks from JitsiConference.
10 years ago
paweldomas
74db61c4d7
Fixes issue in merging pings.
10 years ago
paweldomas
b208ffbd09
CONNECTION_INTERRUPTED event will now be generated if we've ever been in stable state(we can go into "unstable" state after muting video and connection problems screen will not be displayed).
(cherry picked from commit f559bd1ba4 )
# Conflicts:
# modules/xmpp/JingleSessionPC.js
10 years ago
paweldomas
4eb521ca7b
Reacts to consecutive ping failures by closing the connection.
(cherry picked from commit 9a77ddc )
10 years ago
paweldomas
152a38bea5
Meet pings Prosody (cherry picked from commit 2d4a541)
10 years ago
paweldomas
f1026ad3b5
Fixes formatting warnings
10 years ago
hristoterezov
e1cc5e5aac
Changes the logger from console to jitsi-meet-logger
10 years ago