paweldomas
27fc4636b7
Adjustments to make lip-sync work. Stream merging is now done by Jicofo.
10 years ago
Boris Grozev
005cc4b27a
Simplifies code.
10 years ago
Boris Grozev
2117aefacc
Removes unused code.
10 years ago
damencho
5446c513f5
Adds room name parameter to the bosh connection.
10 years ago
paweldomas
b1f617502e
Integrates token authentication.
10 years ago
Boris Grozev
a5e15025f8
Implements switching streams on firefox by using RTPSender.replaceTrack(). Fixes bugs with switching between camera and screen sharing.
10 years ago
damencho
11e1197901
Uses one method from RTC to stop media streams.
10 years ago
Boris Grozev
932af962b2
Adds an option to advertise our SSRCs in presence to the MUC (as well as
Jingle) for backward compatibility with jirecon. Partially reverts
a1b0677442
10 years ago
Boris Grozev
e0522f6977
Simplifies code.
10 years ago
Boris Grozev
9111797913
Removes a tangle of spaghetti.
10 years ago
paweldomas
7abe02d756
Merge audio and video on the receiver's side.
10 years ago
Boris Grozev
554808549e
Fixes a bug reported by George Politis.
10 years ago
Boris Grozev
cf8950110f
Adds additional logs, including timestamps relative to the initial
request.
10 years ago
Boris Grozev
ff2b7ca921
Removes unused parameters, adds documentation.
10 years ago
Boris Grozev
ebdd91df4e
Removes the sid property from MediaStream (how did we end up having a
Jingle session ID in MediaStream and passing it around in the UI?)
10 years ago
Boris Grozev
4934779187
Simplifies code, removes unused code.
10 years ago
damencho
f626c5fbc0
Adds null check for the connection when checking whether we have joined a muc.
10 years ago
damencho
54b9379577
Fixes storing display name in local members list, avoid dominant speaker to delete it.
10 years ago
Boris Grozev
62d3b749bb
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
Boris Grozev
745417be18
Tries to fix connecting after XMPP authentication is requested.
10 years ago
Boris Grozev
bd58e6c799
Enables the jshint maximum line length check (80 chars) globally, and only overrides it in certain files.
10 years ago
Boris Grozev
27c297c034
Fixes or ignores (explicidly, as much as possible) jshint warnings.
10 years ago
Boris Grozev
09eaa0d303
Fix comparison warnings.
10 years ago
Boris Grozev
68421465a7
Removes misleading documentation. Formatting fixes.
10 years ago
Boris Grozev
dc2b63fc60
Switches the order of the parameters of desktopsharing.addListener to match the rest of the code. Renames variables.
10 years ago
damencho
6b94d3fe47
Stores info from last presence received for participant and dispatch it if any on creating remote streams to reflect video muted state. Race condition detected by tests where we miss presence info cause stream was not created when we receive presence packet.
10 years ago
paweldomas
59b26fdf07
Uses SDPUtil filter special characters method through xmpp interface instead of importing it directly.
10 years ago
paweldomas
51c23ae133
Re-use current connection's domain as ping destination instead of accessing config.hosts.domain directly.
10 years ago
paweldomas
60d0279e08
Will use XEP-0199 ping for keep-alive only if it is supported by the server.
10 years ago
paweldomas
f559bd1ba4
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).
10 years ago
paweldomas
9a77ddc54c
Reacts to consecutive ping failures by closing the connection.
10 years ago
paweldomas
2d4a5412c0
Meet pings Prosody
10 years ago
paweldomas
a7048fba06
Implements HTTP POST query for fetching app configuration.
10 years ago
paweldomas
c8bbded994
Removes accidentally committed debug message.
10 years ago
Boris Grozev
502eab7278
Only update the "start muted" settings on precense from a moderator.
10 years ago
Boris Grozev
332aafbe20
Documents some of the XMPP events. Renames some of them.
10 years ago
Boris Grozev
d5258e6197
Remove a double variable declaration.
10 years ago
paweldomas
60afe2d202
Fixes issue with display name event not being fired on Safari/IE
10 years ago
paweldomas
466e7dcc91
Fixes crash in LocalSSRCReplacement when null localDescription is passed.
10 years ago
Boris Grozev
f52b1380ee
Continues to separate JingleSessionPC.
10 years ago
Boris Grozev
baf720c553
Starts to abstract JingleSession.
10 years ago
Boris Grozev
6ca1e131af
Renames JingleSession to JingleSessionPC.
10 years ago
Boris Grozev
57b9aeb38c
Inlines a method for clarity/simplicity.
10 years ago
paweldomas
fb875423a9
Fixes SSRC=1 issue. Renames VideoSSRCHack to LocalSSRCReplacement.
10 years ago
paweldomas
ab4c29eddc
Fixes video mute in Firefox. Disables VideoSSRCHack for Firefox by default.
10 years ago
paweldomas
95e964a089
Fixes bugs in VideoSSRCHack. Additional log messages.
10 years ago
damencho
4092d67853
Updates use of recording states, add some information texts and notifications.
10 years ago
paweldomas
74e7507a73
Re-uses SSRC of the first video stream created for any streams created in future. Does video mute and switching to the screen stream without 'source-add'/'source-remove' signaling. Moves video type signaling from Jingle to MUC presence.
10 years ago
yanas
ab570d63fa
Fixes this reference.
10 years ago
yanas
9d321df49e
Adds javadoc for previous commit.
10 years ago