Commit Graph

26 Commits

Author SHA1 Message Date
paweldomas d4cbe5b4fa Exposes methods for obtaining stream SSRCs and audio levels. 2015-12-08 19:19:07 -06:00
paweldomas 293913f525 Removes unused code used to inject local SSRCs.
(cherry picked from commit 286225e81e)

# Conflicts:
#	modules/xmpp/SDP.js
2015-12-08 19:19:07 -06:00
hristoterezov d9b175c7a8 Fixes the issues with mute, audio levels and remove events that were attached to the conference 2015-12-08 20:25:39 +11:00
Boris Grozev e67c7d2104 Implements switching streams on firefox by using RTPSender.replaceTrack(). Fixes bugs with switching between camera and screen sharing. 2015-11-20 15:43:54 -06:00
Boris Grozev 4371dbedd9 Simplifies code. 2015-11-20 15:35:14 -06:00
Boris Grozev 2e32848b11 Adds additional logs, including timestamps relative to the initial
request.
2015-11-20 15:28:21 -06:00
Boris Grozev 0aa16c6b4c Removes unused parameters, adds documentation. 2015-11-20 15:20:21 -06:00
Boris Grozev 68624b3427 Adds config options to filter out TCP or UDP candidates (for the purpose
of forcing one or the other in automated tests).
2015-11-20 15:12:46 -06:00
Boris Grozev e3a886b492 Fix comparison warnings. 2015-11-20 14:17:18 -06:00
Boris Grozev 555dc8ad36 Switches the order of the parameters of desktopsharing.addListener to match the rest of the code. Renames variables. 2015-11-20 14:03:21 -06:00
hristoterezov 69217b79e7 Fixes small issues from the previous commits + fixes IE 10 issues. 2015-11-16 18:07:04 -06:00
hristoterezov 2c799b3795 Detaches createLocalTracks from JitsiConference. 2015-11-13 11:46:23 -06:00
paweldomas 1ab67c2f72 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
2015-11-11 11:35:49 -06:00
hristoterezov 771593ef06 Changes the logger from console to jitsi-meet-logger 2015-11-09 16:16:35 -06:00
hristoterezov 055765fd80 Fixes issues with starting the streams after the conference has been joined. 2015-10-15 16:24:51 -05:00
paweldomas baebf8398a Uses self=this in modifySourcesQueue callback of JingleSessionPC#addStream. 2015-09-24 14:54:11 +02:00
paweldomas 26c7fb89bb Fix undefined 'self' variable in JingleSessionPC#addStream method. 2015-09-23 12:36:10 +02:00
hristoterezov ed2ea6ced5 Implements some conference events. 2015-09-11 18:02:06 -05:00
hristoterezov 3281fdd523 Refactors RTC module to support multiple conferences. Implements JitsiTrack interfaces. 2015-09-11 12:21:45 -05:00
hristoterezov 2b5d893ec1 Changes the implementation of RTCUtils to be static. 2015-09-01 14:04:55 -05:00
hristoterezov a241d4b9b4 Implements create local streams. 2015-08-30 16:28:35 -05:00
hristoterezov 1bba8d2032 Fixes join and leave methods. Adds communication with jicofo. Implements custom commands methods. 2015-08-29 23:45:48 -05:00
hristoterezov 89c7ff3a71 Implements JitsiConnection 2015-08-24 22:49:39 -05:00
Boris Grozev f52b1380ee Continues to separate JingleSessionPC. 2015-08-10 16:38:35 -05:00
Boris Grozev baf720c553 Starts to abstract JingleSession. 2015-08-10 15:58:50 -05:00
Boris Grozev 6ca1e131af Renames JingleSession to JingleSessionPC. 2015-08-10 13:22:05 -05:00
Renamed from modules/xmpp/JingleSession.js (Browse further)