isymchych
56328fcf58
use JitsiParticipant; add some method implementations
10 years ago
paweldomas
e196512d28
Adds 'enforcedBridge' property used to make Jicofo use specific bridge and ignore what BridgeSelector module says.
10 years ago
paweldomas
022940eb13
Exposes methods for obtaining stream SSRCs and audio levels.
10 years ago
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
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
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
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
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
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
0f2adba7f4
Switches the order of the parameters of desktopsharing.addListener to match the rest of the code. Renames variables.
10 years ago
damencho
e1f5bf3d8d
Uses one method from RTC to stop media streams.
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
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
paweldomas
458680b7bd
Adds tokens.md.
10 years ago
paweldomas
91cf734e8f
Adds support for token authentication.
10 years ago
hristoterezov
9e0191819a
Implements audio levels.
10 years ago
paweldomas
a96fd484f8
Creates RandomUtil class for generating random strings.
10 years ago
hristoterezov
86a2e4257a
Fixes issues with starting the streams after the conference has been joined.
10 years ago
hristoterezov
cbe183f0f4
Fixes race condition for the mute status for the remote tracks.
10 years ago
hristoterezov
86f90e6331
Fixes mute issues.
10 years ago
paweldomas
7b1151b3dd
Uses self=this in modifySourcesQueue callback of JingleSessionPC#addStream.
10 years ago
paweldomas
14470da66d
Fix undefined 'self' variable in JingleSessionPC#addStream method.
10 years ago
hristoterezov
2c934daa55
Fixes JS errors when muting.
10 years ago
hristoterezov
036635dee6
Implements some conference events.
10 years ago
hristoterezov
2328443ecb
Refactors RTC module to support multiple conferences. Implements JitsiTrack interfaces.
10 years ago
hristoterezov
71bc8826b1
Changes the implementation of RTCUtils to be static.
10 years ago
hristoterezov
3416086dc2
Implements create local streams.
10 years ago