hristoterezov
85fd13a082
Fixes issues after review
před 9 roky
Lyubomir Marinov
2fe4df5293
Reduce duplication
před 9 roky
Lyubomir Marinov
2c8c5a1028
Remove duplications of error messages
před 9 roky
hristoterezov
dd3e1bc4a9
Calls the global error handler on every logger.error
před 9 roky
Lance Stout
ef2240182b
Stay consistent with other subclassing instances.
před 9 roky
Lance Stout
3d3b684710
Correctly subclass JingleSession
The previous method was clobbering the JingleSession prototype,
preventing the creation of additional subclasses.
před 9 roky
Lyubomir Marinov
e165952a5d
Simplify, clarify source code
před 9 roky
damencho
f79f76fb8c
Removes fabricSetupFailed and adds iceConnectionFailure for callstats.
před 9 roky
hristoterezov
24a9158838
Fixes removeTrack from previous commit
před 9 roky
hristoterezov
d7c65e1129
Makes sure that the state of the app is not changed if add/remove track fails
před 9 roky
hristoterezov
4861c2a9fc
Fixes issue with not completing promise for remove/add track and conference leave
před 9 roky
paweldomas
f6d730794e
Deal with the WebRTC streams on per track basis
před 9 roky
paweldomas
6b25f9cd20
Add missing semicolons, break some comments at line limit
před 9 roky
hristoterezov
da7d7f038a
Removes unused CONNECTION_CLOSED event
před 9 roky
hristoterezov
eab5873d89
Fixes issues realted to JitsiConference.leave()
před 9 roky
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.
před 9 roky
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.
před 9 roky
hristoterezov
3c94755413
Renames performanceTimes to ConnectionTimes
před 9 roky
hristoterezov
d2c277eec3
Fixes the performance time structure which is used by torture
před 9 roky
hristoterezov
6b267bbb5e
Stores measured times and exposes them
před 9 roky
Lyubomir Marinov
b96988fc10
Limits the early DTLS to Chrome because Firefox does not support instructing it about its RFC 4145 setup attribute value.
před 9 roky
Lyubomir Marinov
7cf5191d08
Switch the WebRTC DTLS peer from active to passive.
před 9 roky
Lyubomir Marinov
3660ff23a3
Expresses the desire to send the SDP answer ASAP.
před 9 roky
Lyubomir Marinov
a27fe95054
Uses less indentation.
před 9 roky
Lyubomir Marinov
a22c56aa32
Switch the WebRTC DTLS peer from active to passive.
před 9 roky
paweldomas
9393018041
Handles transport-replace message
před 9 roky
paweldomas
bf42a1c25b
Extracts sendSessionInitiate into separate method, adds docs and setOfferCycle method
před 9 roky
paweldomas
07d32cc650
Adds docs and improvements to JingleSessionPC.newJingleErrorHandler
před 9 roky
paweldomas
0510c54f59
Replaces 'const' with 'var' in JingleSessionPC
před 9 roky
paweldomas
1723c46a71
Returns 'error' response when incoming jingle session has not been accepted instead of sending session-terminate later on.
před 9 roky
paweldomas
d9182a41c4
Removes unused scenarios from JingleSessionPC, accepts incoming session only from Jicofo user, cleanups terminate code
před 9 roky
paweldomas
0ba2c9fffc
Removes unused $(document).trigger
před 9 roky
paweldomas
438bf72572
Captures all IQ errors coming from JingleSessionPC, adds timeout constant, adds JINGLE_ERROR event,
adds missing semicolons
před 9 roky
paweldomas
9aed1bf90a
Moves 'active' method to JingleSession
před 9 roky
paweldomas
1bec553315
Removes no longer used 'sendKeyframe' hack
před 9 roky
paweldomas
a047e5e00d
Removes unused 'onIceConnectionStateChange' handler
před 9 roky
paweldomas
11fa8f8567
Removes unused 'videoMuteByUser' field
před 9 roky
paweldomas
45c5180a5e
Removes unused getStats method
před 9 roky
Lyubomir Marinov
fbc5d195eb
Adds a FIXME to not let a potential problem be forgotten.
před 9 roky
Lyubomir Marinov
3a179705ea
Fixes a possible exception. Clarifies (& potentially optimizes) code.
před 9 roky
Lyubomir Marinov
63fec23086
Uses sendIceCandidates instead of sendIceCandidate as the rest of the code suggests was the intention.
před 9 roky
Lyubomir Marinov
d77186198e
Removes wasteful duplicate calls to SDPUtil.find_line().
před 9 roky
hristoterezov
59cd39c9c2
Moves the code that trigger TRACK_REMOVED events for remote track to use peerconnection event instead of relying on TRACK_STOPPED event.
před 9 roky
hristoterezov
43c1d3f38f
Fixes the sources in session-accept jingle packets. Fixes issue with not replacing unmuted SSRCs in the SDP.
před 9 roky
damencho
f4eb4450d5
Fixes this reference in removeStream method.
před 9 roky
hristoterezov
4220f6cde8
Fixes issue with adding muted video stream to peerconnection.
před 9 roky
damencho
16fb903b09
Fixes reporting local resolution when simulcast is enabled. Removes storing localSSRCs in JingleSessionPC and use the available ssrcs from the local tracks.
před 9 roky
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.
před 9 roky
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.
před 9 roky
hristoterezov
1848b15640
Fixes issue with endless SRD/SLD
před 9 roky