Commit Graph

  • 81df90897f Show local camera in large video after we re-become the only person in a conference. paweldomas 2014-03-27 13:47:08 +0100
  • 39895ed137 Fixes conference recreation issues when focus leaves. paweldomas 2014-03-27 10:30:53 +0100
  • cc03ace1b4 Selects the way how large video is measured based on current video type(camera or desktop). Makes sure that whole desktop video will be displayed. Removes redundant event handlers. paweldomas 2014-03-26 19:06:34 +0100
  • 9797ad7d84 Reduces amount of checks for desktop sharing enabled state. paweldomas 2014-03-26 12:32:42 +0100
  • 384eac3807 Fixes crash on Android when resolution is undefined in get user media. paweldomas 2014-03-26 11:33:18 +0100
  • a0807f7bad Updates versions. yanas 2014-03-26 11:40:47 +0100
  • 102680512b Beta version of the new meet.jit.si interface. yanas 2014-03-26 11:33:46 +0100
  • a049bcde71 Obtaining audio+video stream and closing it in order to reduce permission queries makes sense only on HTTPS sites. paweldomas 2014-03-25 10:30:28 +0100
  • 68b8512b27 Fixes NPE. Prevents from asking for permission twice(by obtaining audio+video stream and closing it). paweldomas 2014-03-24 18:31:59 +0100
  • 4bb8c3c48c Fixes bug with allocation of new PeerConnection, before the conference has started. Closes PeerConnection for non focus participant on beforeunload. paweldomas 2014-03-24 16:55:33 +0100
  • 21bd51b548 Added role=log for the chat panel as per http://www.w3.org/TR/wai-aria/roles#log #53 Peter Krantz 2014-03-23 12:25:30 +0100
  • 4590e65bd4 Logos now in img to enable alt text and get rid of divs wrapped i anchors Peter Krantz 2014-03-23 12:02:09 +0100
  • f1cc77c936 Spans to divs Peter Krantz 2014-03-23 10:33:15 +0100
  • 86e3e2b484 Added button role and tabindex to make keyboard focusable Peter Krantz 2014-03-23 10:24:12 +0100
  • b2e0deed0e CSS cleanup + correct positioning of cloud Peter Krantz 2014-03-23 10:00:30 +0100
  • 44feacf401 HTML5 doctype + charset. First fix of span->divs (less noise:-) Peter Krantz 2014-03-23 08:40:34 +0100
  • 0df852d459 Merge 838f967637 into e90e37ef83 #52 Peter Krantz 2014-03-22 15:19:24 +0000
  • 838f967637 Added HTML5 doctype + charset and first span fix #52 Peter Krantz 2014-03-22 16:16:48 +0100
  • e90e37ef83 Fix a syntax error introduced in 5efe0cb2f9 Boris Grozev 2014-03-18 11:58:20 +0100
  • a1a0f5d4cf Adds shared screen media type to presence. Removes unnecessary log msg. paweldomas 2014-03-18 10:16:39 +0100
  • 5efe0cb2f9 Adds 'endpoint' attributes to colibri channels. Sets the 'endpoint' for all channels for a participant to the same value. For the focus 'fix_me_focus_endpoint' is temporarily used. For other participants, the 'resource' part of their MUC occupant jid is used. Boris Grozev 2014-03-17 12:20:42 +0100
  • 1f51021041 Allows to switch to desktop stream from the very beginning of the conference. paweldomas 2014-03-17 16:43:06 +0100
  • d5a1fe636d Adds support for inline installs of Jitmeet Chrome extension. Automatically hides desktop sharing button based on supported Chrome version. paweldomas 2014-03-17 14:00:47 +0100
  • 452704d6b3 Adds desktop streaming using Chrome extension. Does not flip local screen preview. paweldomas 2014-03-17 10:02:40 +0100
  • 0da0f865a1 Fixes broken video muting. paweldomas 2014-03-13 14:01:54 +0100
  • 3e34df8730 Makes it possible to switch video streams during the session. Adds desktop sharing feature for chrome. paweldomas 2014-03-13 13:22:54 +0100
  • a5951df0d9 Extracts base class for ColibriFocus and JingleSession. paweldomas 2014-03-12 19:59:16 +0100
  • a2633e20e8 Removes unused remoteStream variable. Fixes stream removal from remoteStreams array. paweldomas 2014-03-12 18:11:14 +0100
  • 9fd03e1bef Handles audio and video streams separately. Minor fixes. paweldomas 2014-03-12 16:08:24 +0100
  • 8b96d134e3 Moves duplicated methods to peer connection adapter. paweldomas 2014-03-12 14:21:26 +0100
  • 100422dafc Update webrtcrequired.html Emil Ivov 2014-03-12 23:09:07 +0200
  • e2bc717eeb Adds strophe logger implementation. paweldomas 2014-03-06 15:31:54 +0100
  • 3c7de1a79d Splits strophe and colibri libs into separate scripts. paweldomas 2014-03-06 15:28:36 +0100
  • 7ac2bad8e1 Fixes typo with removessrc initialization. paweldomas 2014-03-05 17:10:06 +0100
  • 056f80d844 dont allocate extra unused channels, fixes issue #49 Philipp Hancke 2014-03-05 07:00:43 +0100
  • 4b1d1c31d4 Merge pull request #47 from mduggan/jshint Philipp Hancke 2014-03-04 14:11:19 +0100
  • 8314936a14 jshint cleanups #47 Matthew Duggan 2014-03-01 16:39:39 +0900
  • ab23f571ab Minor adjustments Emil Ivov 2014-02-28 23:43:24 +0200
  • 87ebec90a1 Update chromeonly.html Emil Ivov 2014-02-28 23:40:03 +0200
  • 84106a2aeb Updates the chromeonly page as per #44 Emil Ivov 2014-02-28 23:32:12 +0200
  • 4b8cbd9f6b Slight markdown cleanups #43 Matthew Duggan 2014-02-28 23:12:13 +0900
  • 54c057a01d Install instructions in markdown Matthew Duggan 2014-02-28 23:00:48 +0900
  • 1be8332512 bump strophe.jingle version; refactored drip ice Philipp Hancke 2014-02-27 16:27:52 +0100
  • 85351d9cb2 Updates js versions. yanas 2014-02-27 09:38:14 +0200
  • 81b153614d really mute video, fixes #41 Philipp Hancke 2014-02-27 08:19:06 +0100
  • 472a532cc7 hide participants if they go recvonly, almost done with issue #41 Philipp Hancke 2014-02-26 18:18:08 +0100
  • 8ebe2d9468 Escapes html special chars and makes invitation field non-editable. yanas 2014-02-26 17:19:39 +0200
  • 5da1ff3597 detecting changes, needs to be hooked up to fix issue #41 Philipp Hancke 2014-02-26 15:16:00 +0100
  • cf1dbfbe66 signal direction in issue #41 Philipp Hancke 2014-02-26 14:43:55 +0100
  • 69dc3b4ea1 support smarter trickle ice from the focus Philipp Hancke 2014-02-24 21:13:04 +0100
  • 55bf5eb119 bugfix for issue #41 Philipp Hancke 2014-02-24 19:39:25 +0100
  • b78fda3a55 implement muting in a safe way, fixes #41 Philipp Hancke 2014-02-24 18:24:38 +0100
  • 58a4243627 bump strophe.jingle version Philipp Hancke 2014-02-24 18:22:38 +0100
  • d432c130f9 first attempt to fix issue #41 Philipp Hancke 2014-02-22 14:28:28 +0100
  • a4b5a2c80a Updates js versions. Yana Stamcheva 2014-02-19 15:35:49 +0100
  • 8f84261169 Uses roomjid to distinguish the local participant in the chat. Defines etherpad button in the html instead of dynamically adding it through js. Disables chat icon scaling on new message (keeps the glow). yanas 2014-02-19 15:32:22 +0100
  • 26df93e5cd Updates js versions. yanas 2014-02-18 20:17:08 +0100
  • ee5936aaef Implements audio and visual chat notifications. Closes issue #7. Implements audio notifications for people joining and leaving. Closes issue #37. yanas 2014-02-18 20:11:27 +0100
  • 9deae2e6cd Removes a debug log. Yana Stamcheva 2014-02-13 13:11:52 +0100
  • 92a6959e1c Creates the etherpad iframe once the button is clicked. Tries to improve prezi stability by encreasing the init interval. Yana Stamcheva 2014-02-13 13:08:56 +0100
  • 083deb9c73 Merge branch 'master' of github.com:jitsi/jitmeet Philipp Hancke 2014-02-13 07:07:38 +0100
  • cc6653dc2f trigger another keyframe send for audio-only focus. fixes #32 Philipp Hancke 2014-02-13 07:07:24 +0100
  • 0984606a74 Merged Yana Stamcheva 2014-02-12 23:37:47 +0100
  • fb125cfc26 Merged. Yana Stamcheva 2014-02-12 23:36:57 +0100
  • 4ff1f4a30e Adds support for etherpad in meet.jit.si. Issue #36. Yana Stamcheva 2014-02-12 23:28:56 +0100
  • 46736f8f09 Adds support for etherpad in meet.jit.si. Issue #36. Yana Stamcheva 2014-02-12 23:24:26 +0100
  • 4ef199304d Updates app.js version. Yana Stamcheva 2014-02-11 16:30:22 +0100
  • 2401935dbd Fixes the chat mode after a display name has been set through the local video UI. Fixes chat focus request. Yana Stamcheva 2014-02-11 16:27:49 +0100
  • cc887f4a8a Adds display name management. Closes issue #23. Yana Stamcheva 2014-02-11 15:05:17 +0100
  • 53f97c6c29 focus election, issue #34 Philipp Hancke 2014-02-10 23:25:57 +0100
  • 2f7b21588c partial audio-only focus support. lacks SRD/SLD cycle to trigger keyframe Philipp Hancke 2014-02-10 21:59:39 +0100
  • 7ecb5f7962 Fixes webkit fullscreen checker flag Emil Ivov 2014-02-09 13:03:24 +0100
  • ac51a90f6c Adds full screen toggling in the tool bar as suggested by @deleolajide . Emil Ivov 2014-02-09 12:21:18 +0100
  • 93f010bd9f Forces an update for replacement.js. Emil Ivov 2014-02-08 21:49:46 +0100
  • 583a98f873 Forces an update for replacement.js. Emil Ivov 2014-02-08 21:46:41 +0100
  • bfc453eb4a Forces an update for replacement.js. Emil Ivov 2014-02-08 21:43:58 +0100
  • 4681df9519 Fixes an issues with double replacement of smileys in alt test. Emil Ivov 2014-02-08 21:41:20 +0100
  • 364a080c91 Forces reload for main.css and app.js Emil Ivov 2014-02-08 21:27:07 +0100
  • 1ff772d302 Adds link and smileys recognition. Thanks to @deleolajide . Closes #25 . Closes #8 Emil Ivov 2014-02-08 21:24:13 +0100
  • 227007db54 Adds link and smileys recognition. Thanks to @deleolajide . Closes #25 . Closes #8 Emil Ivov 2014-02-08 21:18:23 +0100
  • 87aa41de7a readd config.resolution Philipp Hancke 2014-02-06 19:58:48 +0100
  • c81406d8c9 Fixes unintentially reverted commit by Philipp Hancke 40af39a. Yana Stamcheva 2014-02-06 12:12:32 +0100
  • bee3792b1d pull over stats export Philipp Hancke 2014-02-05 21:34:59 +0100
  • d1cba274af Updates css version. Yana Stamcheva 2014-02-05 14:03:44 +0100
  • 028c8f27c2 Fixes chat panel broken layout. Closes #5. Yana Stamcheva 2014-02-05 14:01:22 +0100
  • c82e80894f Upates colibri.js version. Yana Stamcheva 2014-02-04 19:10:34 +0100
  • 34bd87ce1d reverse o/a roles of focus. closes #33 Philipp Hancke 2014-02-04 18:24:28 +0100
  • dc2bf41fff update colibri.js version Philipp Hancke 2014-02-03 19:40:10 +0100
  • 2492489607 Updates js versions. Yana Stamcheva 2014-01-28 15:13:47 +0100
  • de0faeb6a8 Fixes #22. Yana Stamcheva 2014-01-28 15:11:05 +0100
  • 2977d67e4f Merge branch 'master' of github.com:jitsi/jitmeet Philipp Hancke 2014-01-28 11:56:15 +0100
  • 40af39a8dc workarounds for setting volume. hopefully fixes issue #17 Philipp Hancke 2014-01-28 11:55:10 +0100
  • 1b21126de4 Updating js versions. Fixes assigning discovered servers. Damian Minkov 2014-01-27 17:03:55 +0200
  • 778e6e0137 allow config.resolution for specifying resolution Philipp Hancke 2014-01-27 22:20:19 +0100
  • 3e9bd580cd Fixes assigning discovered servers. Damian Minkov 2014-01-27 17:03:55 +0200
  • e0eca9b5f8 config change; experimental ipv6 support for chrome canary Philipp Hancke 2014-01-26 15:43:43 +0100
  • 56eb1bda85 optionally query stun and turn servers using xep-0215 Philipp Hancke 2014-01-26 13:18:12 +0100
  • b0a2473692 use strophe.jingle smart trickling mode Philipp Hancke 2014-01-26 13:04:53 +0100
  • aa19b8b765 Makes prezi player work within https pages. Yana Stamcheva 2014-01-24 11:54:08 +0100
  • 59c77e5bb2 Merging completed. Yana Stamcheva 2014-01-24 11:40:41 +0100