paweldomas
f6d730794e
Deal with the WebRTC streams on per track basis
il y a 9 ans
paweldomas
6b25f9cd20
Add missing semicolons, break some comments at line limit
il y a 9 ans
hristoterezov
da7d7f038a
Removes unused CONNECTION_CLOSED event
il y a 9 ans
hristoterezov
eab5873d89
Fixes issues realted to JitsiConference.leave()
il y a 9 ans
paweldomas
1c31d7bfab
Fix 'source-add' + 'source-remove' race condition
When source-add and source-remove for the same SSRC arrive just one after
another, SSRC will not be removed as it didn't make it to the remote description
yet.
il y a 9 ans
paweldomas
0c43c09e72
Simplify source-remove handling
Before the change we were constructing lines to be removed based on SSRC
parameters values supplied in the notification. We want the client to simply
remove all lines related to the SSRC being removed as sometimes things get
out of sync. For example when Chrome adds 'default' mslabel or when we'll be
doing lipsync stream merging.
il y a 9 ans
hristoterezov
3c94755413
Renames performanceTimes to ConnectionTimes
il y a 9 ans
hristoterezov
d2c277eec3
Fixes the performance time structure which is used by torture
il y a 9 ans
hristoterezov
6b267bbb5e
Stores measured times and exposes them
il y a 9 ans
Lyubomir Marinov
b96988fc10
Limits the early DTLS to Chrome because Firefox does not support instructing it about its RFC 4145 setup attribute value.
il y a 9 ans
Lyubomir Marinov
7cf5191d08
Switch the WebRTC DTLS peer from active to passive.
il y a 9 ans
Lyubomir Marinov
3660ff23a3
Expresses the desire to send the SDP answer ASAP.
il y a 9 ans
Lyubomir Marinov
a27fe95054
Uses less indentation.
il y a 9 ans
Lyubomir Marinov
a22c56aa32
Switch the WebRTC DTLS peer from active to passive.
il y a 9 ans
paweldomas
9393018041
Handles transport-replace message
il y a 9 ans
paweldomas
bf42a1c25b
Extracts sendSessionInitiate into separate method, adds docs and setOfferCycle method
il y a 9 ans
paweldomas
07d32cc650
Adds docs and improvements to JingleSessionPC.newJingleErrorHandler
il y a 9 ans
paweldomas
0510c54f59
Replaces 'const' with 'var' in JingleSessionPC
il y a 9 ans
paweldomas
1723c46a71
Returns 'error' response when incoming jingle session has not been accepted instead of sending session-terminate later on.
il y a 9 ans
paweldomas
d9182a41c4
Removes unused scenarios from JingleSessionPC, accepts incoming session only from Jicofo user, cleanups terminate code
il y a 9 ans
paweldomas
0ba2c9fffc
Removes unused $(document).trigger
il y a 9 ans
paweldomas
438bf72572
Captures all IQ errors coming from JingleSessionPC, adds timeout constant, adds JINGLE_ERROR event,
adds missing semicolons
il y a 9 ans
paweldomas
9aed1bf90a
Moves 'active' method to JingleSession
il y a 9 ans
paweldomas
1bec553315
Removes no longer used 'sendKeyframe' hack
il y a 9 ans
paweldomas
a047e5e00d
Removes unused 'onIceConnectionStateChange' handler
il y a 9 ans
paweldomas
11fa8f8567
Removes unused 'videoMuteByUser' field
il y a 9 ans
paweldomas
45c5180a5e
Removes unused getStats method
il y a 9 ans
Lyubomir Marinov
fbc5d195eb
Adds a FIXME to not let a potential problem be forgotten.
il y a 9 ans
Lyubomir Marinov
3a179705ea
Fixes a possible exception. Clarifies (& potentially optimizes) code.
il y a 9 ans
Lyubomir Marinov
63fec23086
Uses sendIceCandidates instead of sendIceCandidate as the rest of the code suggests was the intention.
il y a 9 ans
Lyubomir Marinov
d77186198e
Removes wasteful duplicate calls to SDPUtil.find_line().
il y a 9 ans
hristoterezov
59cd39c9c2
Moves the code that trigger TRACK_REMOVED events for remote track to use peerconnection event instead of relying on TRACK_STOPPED event.
il y a 9 ans
hristoterezov
43c1d3f38f
Fixes the sources in session-accept jingle packets. Fixes issue with not replacing unmuted SSRCs in the SDP.
il y a 9 ans
damencho
f4eb4450d5
Fixes this reference in removeStream method.
il y a 9 ans
hristoterezov
4220f6cde8
Fixes issue with adding muted video stream to peerconnection.
il y a 9 ans
damencho
16fb903b09
Fixes reporting local resolution when simulcast is enabled. Removes storing localSSRCs in JingleSessionPC and use the available ssrcs from the local tracks.
il y a 9 ans
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.
il y a 9 ans
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.
il y a 9 ans
hristoterezov
1848b15640
Fixes issue with endless SRD/SLD
il y a 9 ans
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
il y a 9 ans
bgrozev
7ef80810b2
Fixes one more reference, removes a variable.
il y a 9 ans
damencho
960f22dcca
Fixes using the correct value of webrtcIceUdpDisable/webrtcIceTcpDisable config.
il y a 9 ans
hristoterezov
109926cef1
Fixes removeTrack for FF
il y a 9 ans
hristoterezov
d9ba5d989f
Fixes ssrcOwners map in JingleSession for local user jid
il y a 9 ans
damencho
9d2f332128
Adds method to expose internal state - iceConnectionState, which later will be used by torture.
il y a 10 ans
paweldomas
022940eb13
Exposes methods for obtaining stream SSRCs and audio levels.
il y a 10 ans
paweldomas
dd54228913
Removes unused code used to inject local SSRCs.
(cherry picked from commit 286225e81e )
# Conflicts:
# modules/xmpp/SDP.js
il y a 10 ans
hristoterezov
8409bab854
Fixes the issues with mute, audio levels and remove events that were attached to the conference
il y a 10 ans
Boris Grozev
7ab69ddfca
Implements switching streams on firefox by using RTPSender.replaceTrack(). Fixes bugs with switching between camera and screen sharing.
il y a 10 ans
Boris Grozev
abf9618eef
Simplifies code.
il y a 10 ans