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?)
před 10 roky
Boris Grozev
4934779187
Simplifies code, removes unused code.
před 10 roky
damencho
f626c5fbc0
Adds null check for the connection when checking whether we have joined a muc.
před 10 roky
damencho
54b9379577
Fixes storing display name in local members list, avoid dominant speaker to delete it.
před 10 roky
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).
před 10 roky
Boris Grozev
745417be18
Tries to fix connecting after XMPP authentication is requested.
před 10 roky
Boris Grozev
bd58e6c799
Enables the jshint maximum line length check (80 chars) globally, and only overrides it in certain files.
před 10 roky
Boris Grozev
27c297c034
Fixes or ignores (explicidly, as much as possible) jshint warnings.
před 10 roky
Boris Grozev
09eaa0d303
Fix comparison warnings.
před 10 roky
Boris Grozev
68421465a7
Removes misleading documentation. Formatting fixes.
před 10 roky
Boris Grozev
dc2b63fc60
Switches the order of the parameters of desktopsharing.addListener to match the rest of the code. Renames variables.
před 10 roky
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.
před 10 roky
paweldomas
59b26fdf07
Uses SDPUtil filter special characters method through xmpp interface instead of importing it directly.
před 10 roky
paweldomas
51c23ae133
Re-use current connection's domain as ping destination instead of accessing config.hosts.domain directly.
před 10 roky
paweldomas
60d0279e08
Will use XEP-0199 ping for keep-alive only if it is supported by the server.
před 10 roky
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).
před 10 roky
paweldomas
9a77ddc54c
Reacts to consecutive ping failures by closing the connection.
před 10 roky
paweldomas
2d4a5412c0
Meet pings Prosody
před 10 roky
paweldomas
a7048fba06
Implements HTTP POST query for fetching app configuration.
před 10 roky
paweldomas
c8bbded994
Removes accidentally committed debug message.
před 10 roky
Boris Grozev
502eab7278
Only update the "start muted" settings on precense from a moderator.
před 10 roky
Boris Grozev
332aafbe20
Documents some of the XMPP events. Renames some of them.
před 10 roky
Boris Grozev
d5258e6197
Remove a double variable declaration.
před 10 roky
paweldomas
60afe2d202
Fixes issue with display name event not being fired on Safari/IE
před 10 roky
paweldomas
466e7dcc91
Fixes crash in LocalSSRCReplacement when null localDescription is passed.
před 10 roky
Boris Grozev
f52b1380ee
Continues to separate JingleSessionPC.
před 10 roky
Boris Grozev
baf720c553
Starts to abstract JingleSession.
před 10 roky
Boris Grozev
6ca1e131af
Renames JingleSession to JingleSessionPC.
před 10 roky
Boris Grozev
57b9aeb38c
Inlines a method for clarity/simplicity.
před 10 roky
paweldomas
fb875423a9
Fixes SSRC=1 issue. Renames VideoSSRCHack to LocalSSRCReplacement.
před 10 roky
paweldomas
ab4c29eddc
Fixes video mute in Firefox. Disables VideoSSRCHack for Firefox by default.
před 10 roky
paweldomas
95e964a089
Fixes bugs in VideoSSRCHack. Additional log messages.
před 10 roky
damencho
4092d67853
Updates use of recording states, add some information texts and notifications.
před 10 roky
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.
před 10 roky
yanas
ab570d63fa
Fixes this reference.
před 10 roky
yanas
9d321df49e
Adds javadoc for previous commit.
před 10 roky
yanas
d92d8e8299
Some additional error handling.
před 10 roky
Boris Grozev
71229bdba9
Minor formatting fixes.
před 10 roky
Boris Grozev
84a8d00234
Renames functions for the sake of clarity.
před 10 roky
Boris Grozev
ee95e99f57
Cleanup: removes an unused function.
před 10 roky
Boris Grozev
be6d7af377
Cleanup: fixes to style, typos and documentation.
před 10 roky
paweldomas
df932bb89f
Fixes typo in variable name(and a crash on undefined).
před 10 roky
paweldomas
50e67a0658
Prevents from duplicating existing SSRCs with 'source-add' in remote description.
před 10 roky
bgrozev
5588bcd167
Updates another call to setMute().
před 10 roky
Boris Grozev
79ac1e800f
Verify full (and not bare) JID of the Jingle sender, since everyone in the MUC has the same bare JID.
před 10 roky
Boris Grozev
b0c81985d4
Removes the useBundle and useRtcpMux options from config.js. These are
now fully supported by jitsi-videobridge and all browsers which we
support (and if we need to enable them conditionally because of browser
compatibility in the future, we should do it based on run-time browser
detection.)
před 10 roky
Devin Wilson
d44aed2c11
Remove duplicate handler
před 10 roky
Devin Wilson
156b218bfc
Remove UI references from xmpp-related modules
Conflicts:
modules/xmpp/JingleSession.js
service/xmpp/XMPPEvents.js
před 10 roky
Boris Grozev
9206b470ef
Re-orders a=ssrc lines before calling SRD (fixes SRD failures when rtx/FID groups are in use).
před 10 roky
Boris Grozev
cb7ff545b6
Abstracts unified and plan B checks.
před 10 roky