hristoterezov
6b267bbb5e
Stores measured times and exposes them
hace 9 años
Lyubomir Marinov
b96988fc10
Limits the early DTLS to Chrome because Firefox does not support instructing it about its RFC 4145 setup attribute value.
hace 9 años
Lyubomir Marinov
7cf5191d08
Switch the WebRTC DTLS peer from active to passive.
hace 9 años
Lyubomir Marinov
3660ff23a3
Expresses the desire to send the SDP answer ASAP.
hace 9 años
Lyubomir Marinov
a27fe95054
Uses less indentation.
hace 9 años
Lyubomir Marinov
a22c56aa32
Switch the WebRTC DTLS peer from active to passive.
hace 9 años
paweldomas
9393018041
Handles transport-replace message
hace 9 años
paweldomas
bf42a1c25b
Extracts sendSessionInitiate into separate method, adds docs and setOfferCycle method
hace 9 años
paweldomas
07d32cc650
Adds docs and improvements to JingleSessionPC.newJingleErrorHandler
hace 9 años
paweldomas
0510c54f59
Replaces 'const' with 'var' in JingleSessionPC
hace 9 años
paweldomas
1723c46a71
Returns 'error' response when incoming jingle session has not been accepted instead of sending session-terminate later on.
hace 9 años
paweldomas
d9182a41c4
Removes unused scenarios from JingleSessionPC, accepts incoming session only from Jicofo user, cleanups terminate code
hace 9 años
paweldomas
0ba2c9fffc
Removes unused $(document).trigger
hace 9 años
paweldomas
438bf72572
Captures all IQ errors coming from JingleSessionPC, adds timeout constant, adds JINGLE_ERROR event,
adds missing semicolons
hace 9 años
paweldomas
9aed1bf90a
Moves 'active' method to JingleSession
hace 9 años
paweldomas
1bec553315
Removes no longer used 'sendKeyframe' hack
hace 9 años
paweldomas
a047e5e00d
Removes unused 'onIceConnectionStateChange' handler
hace 9 años
paweldomas
11fa8f8567
Removes unused 'videoMuteByUser' field
hace 9 años
paweldomas
45c5180a5e
Removes unused getStats method
hace 9 años
Lyubomir Marinov
fbc5d195eb
Adds a FIXME to not let a potential problem be forgotten.
hace 9 años
Lyubomir Marinov
3a179705ea
Fixes a possible exception. Clarifies (& potentially optimizes) code.
hace 9 años
Lyubomir Marinov
63fec23086
Uses sendIceCandidates instead of sendIceCandidate as the rest of the code suggests was the intention.
hace 9 años
Lyubomir Marinov
d77186198e
Removes wasteful duplicate calls to SDPUtil.find_line().
hace 9 años
hristoterezov
59cd39c9c2
Moves the code that trigger TRACK_REMOVED events for remote track to use peerconnection event instead of relying on TRACK_STOPPED event.
hace 10 años
hristoterezov
43c1d3f38f
Fixes the sources in session-accept jingle packets. Fixes issue with not replacing unmuted SSRCs in the SDP.
hace 10 años
damencho
f4eb4450d5
Fixes this reference in removeStream method.
hace 10 años
hristoterezov
4220f6cde8
Fixes issue with adding muted video stream to peerconnection.
hace 10 años
damencho
16fb903b09
Fixes reporting local resolution when simulcast is enabled. Removes storing localSSRCs in JingleSessionPC and use the available ssrcs from the local tracks.
hace 10 años
hristoterezov
5928488dc7
Changes video mute/unmute implementation. JitsiLocalTrack objects store information about the SSRCs. On video mute / unmute operation no jingle packets are sent anymore.
hace 10 años
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.
hace 10 años
hristoterezov
1848b15640
Fixes issue with endless SRD/SLD
hace 10 años
George Politis
2c317e3b17
Removes the local SSRC replacement hack and fixes video muting/unmuting when simulcast is enabled.
Conflicts:
modules/xmpp/JingleSessionPC.js
modules/xmpp/LocalSSRCReplacement.js
modules/xmpp/TraceablePeerConnection.js
hace 10 años
bgrozev
7ef80810b2
Fixes one more reference, removes a variable.
hace 10 años
damencho
960f22dcca
Fixes using the correct value of webrtcIceUdpDisable/webrtcIceTcpDisable config.
hace 10 años
hristoterezov
109926cef1
Fixes removeTrack for FF
hace 10 años
hristoterezov
d9ba5d989f
Fixes ssrcOwners map in JingleSession for local user jid
hace 10 años
damencho
9d2f332128
Adds method to expose internal state - iceConnectionState, which later will be used by torture.
hace 10 años
paweldomas
022940eb13
Exposes methods for obtaining stream SSRCs and audio levels.
hace 10 años
paweldomas
dd54228913
Removes unused code used to inject local SSRCs.
(cherry picked from commit 286225e81e )
# Conflicts:
# modules/xmpp/SDP.js
hace 10 años
hristoterezov
8409bab854
Fixes the issues with mute, audio levels and remove events that were attached to the conference
hace 10 años
Boris Grozev
7ab69ddfca
Implements switching streams on firefox by using RTPSender.replaceTrack(). Fixes bugs with switching between camera and screen sharing.
hace 10 años
Boris Grozev
abf9618eef
Simplifies code.
hace 10 años
Boris Grozev
80db340c87
Adds additional logs, including timestamps relative to the initial
request.
hace 10 años
Boris Grozev
f212f63bac
Removes unused parameters, adds documentation.
hace 10 años
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).
hace 10 años
Boris Grozev
03b5952973
Fix comparison warnings.
hace 10 años
Boris Grozev
0f2adba7f4
Switches the order of the parameters of desktopsharing.addListener to match the rest of the code. Renames variables.
hace 10 años
hristoterezov
b5ed190083
Fixes small issues from the previous commits + fixes IE 10 issues.
hace 10 años
hristoterezov
bc641dc45b
Detaches createLocalTracks from JitsiConference.
hace 10 años
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
hace 10 años