Boris Grozev
f341b9ba3f
Renames adaptiveSimulcast to disableAdaptiveSimulcast.
10 years ago
Boris Grozev
1f0e71a842
Simlifies code.
10 years ago
hristoterezov
6b267bbb5e
Stores measured times and exposes them
10 years ago
damencho
1ddc21e33e
Catch all errors comming from command handlers to avoid detaching presence handler from strophe connection.
10 years ago
hristoterezov
5f38cf9232
Fixes console log for Strophe attaching
10 years ago
Lyubomir Marinov
84c22065fa
Expresses the desire to have the MUC join ASAP.
10 years ago
Lyubomir Marinov
1e17367d5b
Initializes fields with primitive values through the prototype. (The Internet says that's faster so it MUST be true.)
10 years ago
Lyubomir Marinov
230196572c
Simplifies source code.
10 years ago
Lyubomir Marinov
e97859f23d
Complies with the convention in most of the source code in the file and puts opening braces at the end of the interval after a space character.
10 years ago
Lyubomir Marinov
b96988fc10
Limits the early DTLS to Chrome because Firefox does not support instructing it about its RFC 4145 setup attribute value.
10 years ago
Lyubomir Marinov
6bb7eadf9a
Expresses the desire to have the conference focus invited into the MUC ASAP.
10 years ago
Lyubomir Marinov
0dce3b62af
Prefers local variables over instance property lookups.
10 years ago
Lyubomir Marinov
3079fbca34
Fixes hard-to-read indentation.
10 years ago
Lyubomir Marinov
b93ed63f7d
Renames a local variable from tmp to something (more) descriptive.
10 years ago
Lyubomir Marinov
cad01c5c3d
Splits a long function into two shorter functions.
10 years ago
yanas
638bec6375
Basic Jibri recording refactoring.
10 years ago
hristoterezov
6d51afe200
Fixes issue with muc join
10 years ago
Lyubomir Marinov
4dd7ae6bfa
Improves the readability of the source code. (Suggested by Iván Loire.)
10 years ago
hristoterezov
de851ca50e
Implements attach method in JitsiConnection. Fixes token auth.
10 years ago
Lyubomir Marinov
7287bc2829
Deduplicates string searches using SDPUtil.find_line/s.
10 years ago
Lyubomir Marinov
7cf5191d08
Switch the WebRTC DTLS peer from active to passive.
10 years ago
Lyubomir Marinov
3660ff23a3
Expresses the desire to send the SDP answer ASAP.
10 years ago
Lyubomir Marinov
a27fe95054
Uses less indentation.
10 years ago
Lyubomir Marinov
a22c56aa32
Switch the WebRTC DTLS peer from active to passive.
10 years ago
paweldomas
07d32cc650
Adds docs and improvements to JingleSessionPC.newJingleErrorHandler
10 years ago
paweldomas
35cef535db
Moves JingleSessionPC initialization from ChatRoom to JitsiConference
10 years ago
paweldomas
0510c54f59
Replaces 'const' with 'var' in JingleSessionPC
10 years ago
paweldomas
1723c46a71
Returns 'error' response when incoming jingle session has not been accepted instead of sending session-terminate later on.
10 years ago
paweldomas
1ccf494169
Fixes error type not set correctly on jingle error response, adds more warnings
10 years ago
paweldomas
d9182a41c4
Removes unused scenarios from JingleSessionPC, accepts incoming session only from Jicofo user, cleanups terminate code
10 years ago
paweldomas
0ba2c9fffc
Removes unused $(document).trigger
10 years ago
paweldomas
438bf72572
Captures all IQ errors coming from JingleSessionPC, adds timeout constant, adds JINGLE_ERROR event,
adds missing semicolons
10 years ago
paweldomas
9aed1bf90a
Moves 'active' method to JingleSession
10 years ago
paweldomas
1bec553315
Removes no longer used 'sendKeyframe' hack
10 years ago
paweldomas
a047e5e00d
Removes unused 'onIceConnectionStateChange' handler
10 years ago
paweldomas
11fa8f8567
Removes unused 'videoMuteByUser' field
10 years ago
paweldomas
45c5180a5e
Removes unused getStats method
10 years ago
hristoterezov
c00a23441c
Fixes errors after review
10 years ago
Lyubomir Marinov
fbc5d195eb
Adds a FIXME to not let a potential problem be forgotten.
10 years ago
Lyubomir Marinov
3a179705ea
Fixes a possible exception. Clarifies (& potentially optimizes) code.
10 years ago
hristoterezov
3bfe034176
Adds CONFERENCE_MAX_USERS conference error.
10 years ago
Lyubomir Marinov
63fec23086
Uses sendIceCandidates instead of sendIceCandidate as the rest of the code suggests was the intention.
10 years ago
Lyubomir Marinov
d77186198e
Removes wasteful duplicate calls to SDPUtil.find_line().
10 years ago
paweldomas
f4900ec533
Captures the versions of conferencing system components.
10 years ago
isymchych
e2154a2a5f
store userId and callStatsUserName globally (was per-conference)
move sessionId reading/storing into Settings.js
10 years ago
hristoterezov
59cd39c9c2
Moves the code that trigger TRACK_REMOVED events for remote track to use peerconnection event instead of relying on TRACK_STOPPED event.
10 years ago
hristoterezov
43c1d3f38f
Fixes the sources in session-accept jingle packets. Fixes issue with not replacing unmuted SSRCs in the SDP.
10 years ago
damencho
f4eb4450d5
Fixes this reference in removeStream method.
10 years ago
hristoterezov
4220f6cde8
Fixes issue with adding muted video stream to peerconnection.
10 years ago
damencho
16fb903b09
Fixes reporting local resolution when simulcast is enabled. Removes storing localSSRCs in JingleSessionPC and use the available ssrcs from the local tracks.
10 years ago