Commit Graph

1416 Commits

Author SHA1 Message Date
bgrozev 9c9f1bbc1f Fixes one more reference, removes a variable. 2016-01-19 16:47:29 -06:00
damencho be01c2ec22 Fixes using the correct value of webrtcIceUdpDisable/webrtcIceTcpDisable config. 2016-01-19 16:40:16 -06:00
damencho 6bbe566eaa Merge branch 'lib-logs' of https://github.com/isymchych/jitsi-meet into lib-jitsi-meet 2016-01-19 14:49:06 -06:00
paweldomas d2afa4b0e1 Removes Prosody patch instructions from tokens.md(the code is in the trunk). 2016-01-19 11:50:16 -06:00
paweldomas 598d29f970 Fixes crash when desktop is obtained immediately after Chrome extension has been installed. 2016-01-15 15:55:31 -06:00
damencho d8d3fac1a5 Removes unused and not working method. 2016-01-15 13:51:07 -06:00
isymchych 8a1a0a5b0e added method to extract logs 2016-01-14 17:34:34 +02:00
damencho 0adc0e4333 Does not remove muted info from presence just surpress generating duplicate events for muted, if we remove it this breaks initial presences for muted. 2016-01-13 17:11:58 -06:00
damencho 167c8f828e Removes muted info from presence to avoid generating too many muted events. 2016-01-13 16:42:21 -06:00
hristoterezov b446333efb Merge pull request #450 from tbasse/fix/leaking-eventhandlers-addtrack
Stop adding TRACK_REMOVED listeners on every JitsiConference.prototype.addTrack
2016-01-13 14:15:56 -06:00
hristoterezov cf3f42959a Merge pull request #449 from tbasse/fix/es6-promise
Stop using the polyfill when assigning it anyway
2016-01-13 14:15:08 -06:00
hristoterezov 53fe9fe09d Updates binaries 2016-01-13 11:48:45 -06:00
hristoterezov 3aef4ec0f3 Merge branch 'lib-jitsi-meet' of github.com:jitsi/jitsi-meet into lib-jitsi-meet 2016-01-13 11:47:51 -06:00
hristoterezov 3c15298d0d Fixes issue with creating many AudioContext objects 2016-01-13 11:47:43 -06:00
damencho 17f81ecc31 Fixes TypeError not a function. 2016-01-13 10:50:18 -06:00
Thorsten Basse e6a70e3841 Stop adding TRACK_REMOVED listener to the conference every time a track is added
As TRACK_REMOVED are never removed from the conference and add up over time.
Might be better to just remove the tracks listeners inside JitsiConference.prototype.removeTrack.
2016-01-13 17:35:29 +11:00
Thorsten Basse 8a1224bcd5 Stop using the polyfill when you are assign the es6-promise after that anyway
es6-promise.polyfill() is broken for Chrome atm and replaces the native Promise and swallows unhandled errors.
https://github.com/jakearchibald/es6-promise/issues/70
2016-01-13 17:23:38 +11:00
hristoterezov e206054b2d Adds event that is fired when the local user have started muted 2016-01-12 20:34:34 -06:00
hristoterezov c69fa7b1f6 Merge branch 'lib-jitsi-meet' of github.com:jitsi/jitsi-meet into lib-jitsi-meet 2016-01-12 15:59:10 -06:00
hristoterezov eb3adadd7e Fixes start muted event name 2016-01-12 15:57:37 -06:00
damencho 81ff8e296c Fires initial selected event on opening the datachannel. 2016-01-12 15:29:32 -06:00
hristoterezov dfeab252b0 Fixes start muted implementation. 2016-01-12 15:25:27 -06:00
hristoterezov e10bbf4b41 Merge branch 'isymchych-lib-jitsi-meet' into lib-jitsi-meet 2016-01-12 13:39:47 -06:00
isymchych 990d8e75fa added "start muted" 2016-01-12 15:51:26 +02:00
damencho 18698f9ce2 Renames all active speaker references to be called dominant speaker. 2016-01-11 18:11:40 -06:00
hristoterezov 2dc3cfbd2b Throws an error if one of the requested local tracks can't be delivered 2016-01-11 16:53:00 -06:00
damencho c198400be9 Makes sure we first fire muc_joined and muc_member_joined before firing command events or any event for the data from the received presence. 2016-01-11 16:18:29 -06:00
hristoterezov d74d6e3633 Merge branch 'lib-jitsi-meet' of github.com:jitsi/jitsi-meet into lib-jitsi-meet 2016-01-07 19:01:38 -06:00
hristoterezov 73b9164150 Fixes JS error in GUM 2016-01-07 19:00:24 -06:00
damencho 911c370de0 Reuses generated src url for video elements. 2016-01-07 17:45:10 -06:00
damencho 50550a364e Merge remote-tracking branch 'origin/lib-jitsi-meet' into lib-jitsi-meet 2016-01-07 17:36:03 -06:00
damencho ef4032a488 Renames a variable. 2016-01-07 17:25:50 -06:00
hristoterezov aeff387575 Implements retry strategy for GUM resolution failures 2016-01-07 16:03:52 -06:00
hristoterezov 00532d0761 Fixes JS error when parsing GUM error 2016-01-07 11:58:18 -06:00
damencho d212b4e977 Removes email references. 2016-01-06 14:34:53 -06:00
hristoterezov 6885c3dc78 Fixes track muted events 2016-01-05 13:09:35 -06:00
hristoterezov 889219ddd6 Fixes ssrcOwners map in JingleSession for local user jid 2016-01-04 16:21:47 -06:00
hristoterezov 483833c4c0 Removes unnecessary logs 2016-01-04 14:54:38 -06:00
hristoterezov 7106c7890a Implements remote participant audio mute 2015-12-31 16:01:03 -06:00
hristoterezov f14809a8f2 Changes the recording to report the status via event instead of Promise. Fixes JS errors 2015-12-31 14:37:29 -06:00
hristoterezov 6b754e1937 Add support for jirecon and colibri in the recording 2015-12-30 17:15:11 -06:00
hristoterezov 6deea8bca2 Adds uglify to Makefile and minified version of the library. 2015-12-30 14:56:46 -06:00
hristoterezov fc5e22ac29 Merge pull request #442 from isymchych/lib-jitsi-meet
Lib-jitsi-meet imrovements
2015-12-29 22:00:29 -06:00
hristoterezov 5663f24c14 Adds isSIPCallingSupported method to the conference 2015-12-29 17:51:17 -06:00
hristoterezov 47e86a5fa9 Fixes minor Firefox issues. Adds methods for the desktop sharing. 2015-12-29 16:25:07 -06:00
isymchych e4cd8b02e9 added method to only authenticate user in the room 2015-12-29 16:40:16 +02:00
isymchych 51813e50a6 do not trigger USER_JOINED event for local user 2015-12-28 17:19:25 +02:00
Paweł Domas 83f84eb2a5 Update tokens.md 2015-12-23 15:20:12 +01:00
paweldomas bf3cce0875 Adopts to new JWT impl where the token goes as BOSH URL param. 2015-12-22 20:17:16 +01:00
hristoterezov 75811941e0 Merge branch 'isymchych-lib-jitsi-meet' into lib-jitsi-meet 2015-12-22 12:50:54 -06:00