Commit Graph

  • 0a2a6e5677 Changing random avatars to robohash. yanas 2016-03-15 15:28:57 -05:00
  • 72454ff279 HD label added when the large video is in HD. yanas 2016-03-15 15:26:22 -05:00
  • 64d8cb2db2 Turning video thumbnails into squares. Changes the size of the dominant speaker avatar and fixes some minor thing around those two. yanas 2016-03-03 17:38:40 -06:00
  • 5c0088d2ef Main UI polishing. Removes rounded corners, fixes gaps. Adding custom avatars. yanas 2016-02-26 17:19:03 -06:00
  • 9efebc3702 Fixes early initial pause event, may lead to player keep buffering without starting. damencho 2016-03-23 22:42:17 -05:00
  • cc761700fe Extends the follow-me feature by adding the possibility to follow the pinned participant, the shared video and the shared document. Adds the possibility to enable disable follow-me from the settings panel. Some other small fixes throughout the UI. yanas 2016-03-23 20:43:29 -05:00
  • 8df6a29741 Removes hoverIn/Out detection for shared video that shows/hides displayname, as we always display the name of the video when there is no thumb shown. And we do not want the name over the thumb. damencho 2016-03-22 17:15:35 -05:00
  • b1469186d1 Merge branch 'master' of https://github.com/jitsi/jitsi-meet into follow-me yanas 2016-03-22 15:24:02 -05:00
  • 32c2d912be Merge pull request #543 from damencho/shared-video yanas 2016-03-22 15:15:36 -05:00
  • 586b8401ae Renames event name. damencho 2016-03-22 15:04:52 -05:00
  • f0fd7d7435 Renames method. damencho 2016-03-22 14:59:03 -05:00
  • 9a39898eea Renames event name. damencho 2016-03-22 14:57:36 -05:00
  • fe7d05a951 Reverse the check to use only VIDEO_CONTAINER_TYPE. damencho 2016-03-22 14:56:50 -05:00
  • 1bdeda4ec3 Fixes updateLarge video to change to different container types which do not have stream. damencho 2016-03-22 14:49:37 -05:00
  • 2c1a9d20fd Fixes setting local video, default videoType. Fixes showing local video when there is no video device shown. damencho 2016-03-22 13:27:11 -05:00
  • d82d4cbed9 Creates first the container before setting avatar, cause the avatar set will check the large video container type and type may be missing. Fixes error 'container of type undefined doesn't exist': > at LargeVideoManager.getContainer > at LargeVideoManager.get > at Object.isCurrentlyOnLarge > at Object.changeUserAvatar > at Object.UI.setUserAvatar > at Object.UI.addUser damencho 2016-03-18 17:44:32 -05:00
  • 9e7275acfb Updates large video when user left and we are removing the shared video. damencho 2016-03-18 17:21:41 -05:00
  • ba01733c4f Adds confirmation dialog when closing shared video. damencho 2016-03-18 17:04:13 -05:00
  • a1ac18a632 Fixes pausing. damencho 2016-03-18 16:47:47 -05:00
  • 38275ce045 Shared video, synchronized playing/seek/muting/volume initial commit. damencho 2016-03-18 15:00:55 -05:00
  • 83f07a7e67 Merge pull request #542 from champtar/unsupported_browser damencho 2016-03-18 09:58:32 -05:00
  • a61ce8ee3b Add unsupported_browser.css to source-package Etienne CHAMPETIER 2016-03-18 15:22:16 +01:00
  • eec8129026 Merge pull request #540 from damencho/fix-etherpad yanas 2016-03-17 22:37:00 -05:00
  • 2b26580a7c Disables switching to dominant speaker when Etherpad is shown on large video. damencho 2016-03-17 22:19:09 -05:00
  • eefdbd4fe5 Renames EtherpadContainerType to ETHERPAD_CONTAINER_TYPE. damencho 2016-03-17 21:58:40 -05:00
  • 7b55d8b526 Merge pull request #537 from jitsi/max_users_error Paweł Domas 2016-03-17 14:52:48 -05:00
  • 20af89abfa Merge pull request #539 from damencho/ui-container-management-and-fixes yanas 2016-03-17 14:13:18 -05:00
  • 5963f85ad6 Fixes avatar that is shown, when we switch from container with muted video to container from other type, like etherpad. damencho 2016-03-17 13:29:07 -05:00
  • 438cae101f Fixes error with max users limit after review hristoterezov 2016-03-17 13:23:03 -05:00
  • 6a7919a904 Merge pull request #532 from damencho/resize-ds-onfilm-toggle yanas 2016-03-16 14:46:32 -05:00
  • 3577f338cc Does not do force-update when resizing. damencho 2016-03-16 14:35:30 -05:00
  • 9e0b1beed5 Always uses current video type to search for container that will handle it. Renames video container type to camera, to match the type ot the tracks. Add the same container to be used and for tracks with type of desktop. damencho 2016-03-15 16:03:38 -05:00
  • ca56734d9c Moves VideoLayout reference in SmallVideo as it is used there in updateView. damencho 2016-03-15 15:42:53 -05:00
  • 6955bb71f3 Adds methods to abstraction LargeContainer which are used by LargeVideo when updating video. damencho 2016-03-15 15:38:10 -05:00
  • 5837ef506c Removes remoteVideoTypes and uses the set/get in the small video instances. damencho 2016-03-15 13:36:17 -05:00
  • 3fc839cb37 Adds optional parameter to addParticipantContainer, make possible to create the SmallVideo outside VideoLayout and pass it to be displayed. damencho 2016-03-15 13:18:57 -05:00
  • 15865c3d42 Merge pull request #531 from damencho/remove-prezi yanas 2016-03-16 13:18:08 -05:00
  • 897e7a1925 Update main.json Emil Ivov 2016-03-15 16:16:50 -05:00
  • 02ff54b659 Implements dialog for max users error hristoterezov 2016-03-15 14:08:01 -05:00
  • 95f36cfd9a Merge pull request #530 from isymchych/nwjs damencho 2016-03-14 15:19:33 -05:00
  • 97733cd17a Resizes large video on filmstrip toggle. damencho 2016-03-11 12:57:49 -06:00
  • 4ff6d276ce Removes prezi. damencho 2016-03-11 12:00:10 -06:00
  • 72a761e80a integrate with nwjs isymchych 2016-03-11 15:04:21 +02:00
  • 605a892f78 Implements an initial (demo) version of "Follow Me" for film strip visibility. Lyubomir Marinov 2016-03-11 04:55:29 -06:00
  • c35590dbda Allows UI.toggleFilmStrip() and UIEvents.TOGGLE_FILM_STRIP to act as setters in addition to toggles. Lyubomir Marinov 2016-03-11 04:54:06 -06:00
  • 972fc402e4 Exposes a Command(s) API from conference.js. Lyubomir Marinov 2016-03-11 04:49:13 -06:00
  • ed85658ce5 Merge pull request #520 from isymchych/improve-settings yanas 2016-03-10 13:08:23 -06:00
  • 3759676770 Merge pull request #525 from damencho/sync-mute yanas 2016-03-09 16:17:00 -06:00
  • 1c3aafd5c4 Uses the Promise returned on mute/unmute, just prints when calls were canceled due to operation in progress. damencho 2016-03-08 17:33:09 -06:00
  • 729ca2fbe6 Merge pull request #524 from damencho/ds-error-handle yanas 2016-03-07 13:41:17 -06:00
  • 45d997e9f1 Adds a comment to default error handling for desktop sharing. damencho 2016-03-07 12:57:12 -06:00
  • 6b5a52926a Merge pull request #522 from jitsi/fix_lib_rename damencho 2016-03-07 11:22:22 -06:00
  • 3a933cfb84 Avoids showing two warning dialogs when firefox extension is required and missing. damencho 2016-03-04 15:55:44 -06:00
  • d78666a49d Removes listener to missing event and duplicate dialog code. damencho 2016-03-04 15:36:53 -06:00
  • 413e5098c8 Handles the error when user cancels desktop sharing window. damencho 2016-03-04 15:21:07 -06:00
  • 0470106524 Shows and error dialog when we fail to install desktop sharing plugin for some reason. damencho 2016-03-04 15:20:05 -06:00
  • 30e1e3b23a Fixes jitsi meet to work with the renamed events and methods from the latest version of lib-jitsi-meet. hristoterezov 2016-03-03 14:53:36 +02:00
  • 25a9928758 Merge pull request #521 from jitsi/fix-resizing damencho 2016-03-02 14:59:23 -06:00
  • 67a73b163e Removes empty space from the available width calculation. yanas 2016-03-02 14:46:57 -06:00
  • ad44cc518a Fixes resizing problems introduced with previous resizing commit. Fixes side panel open/close code and resizing. yanas 2016-03-02 13:21:26 -06:00
  • be0abf908e auto-save setiings isymchych 2016-03-02 17:39:39 +02:00
  • c201de86cc Merge pull request #519 from isymchych/lastn yanas 2016-02-29 13:49:28 -06:00
  • 48b225f382 Merge pull request #516 from isymchych/fix-auth yanas 2016-02-29 13:35:53 -06:00
  • 1339b306e6 Merge pull request #517 from jitsi/fix-resizing yanas 2016-02-29 13:20:19 -06:00
  • cd71b0a603 use latest version of the config.channelLastN isymchych 2016-02-26 15:22:04 +02:00
  • f242c8cfdc handle missing remoteVideo when removing video element isymchych 2016-02-26 15:20:36 +02:00
  • 259fae331f Merge pull request #518 from isymchych/really-fix-auth Paweł Domas 2016-02-25 11:06:21 -06:00
  • 3cf478826e implement user logout isymchych 2016-02-25 15:52:15 +02:00
  • b73bddf1c4 handle AUTH_STATUS_CHANGED event isymchych 2016-02-25 14:32:52 +02:00
  • e478a73988 fix on-the-fly auth isymchych 2016-02-25 14:32:34 +02:00
  • c294f592c8 code cleanup: remove redundant span.nick elements isymchych 2016-02-24 18:12:07 +02:00
  • 5ec28ff3c1 code cleanup: remove unused settings isymchych 2016-02-24 18:03:16 +02:00
  • 30f3da98e5 Fixes thumbnail resize and thumbnails going on a second row. Refactors code around the film strip and resize in general. yanas 2016-02-24 15:05:24 -06:00
  • 194b991fb1 Merge pull request #515 from damencho/handle-track-removed yanas 2016-02-24 11:09:07 -06:00
  • 3c61bac3c8 Handles track removed and removes video elements. When switching on and off desktop sharing video elements number grow under remote video span. damencho 2016-02-23 16:47:55 -06:00
  • 1a656c2c89 Merge pull request #494 from isymchych/escape-nicknames Paweł Domas 2016-02-23 10:50:03 -06:00
  • ebf57923ae hide chat if local display name is empty isymchych 2016-02-12 16:15:34 +02:00
  • 0bcbd105e3 escape nicknames before displaying them isymchych 2016-02-12 14:48:57 +02:00
  • 47f2320e94 Merge pull request #511 from isymchych/improve-focus-left Paweł Domas 2016-02-22 12:55:10 -06:00
  • c027050e11 leave the room if focus left isymchych 2016-02-22 16:57:36 +02:00
  • 93d5497c76 Merge pull request #508 from isymchych/fix-unmute Paweł Domas 2016-02-19 10:11:25 -06:00
  • 6476503240 LargeVideo: detach previous stream when attaching new one isymchych 2016-02-18 15:38:57 +02:00
  • 8b2244b47a Merge pull request #503 from isymchych/fix-logo-blink Paweł Domas 2016-02-17 09:27:41 -06:00
  • 255f374894 fix watermark logo blinking during video switching isymchych 2016-02-17 14:37:06 +02:00
  • 61b28fccf2 Merge pull request #499 from isymchych/fix-auth-dialog Paweł Domas 2016-02-16 10:48:37 -06:00
  • 8d65fcc4c2 Merge pull request #498 from isymchych/reorder-streams-operations Paweł Domas 2016-02-16 10:32:38 -06:00
  • 5a1d200098 fix authentication dialog isymchych 2016-02-16 17:42:28 +02:00
  • 9581afb612 remove old track from the conference before adding new one isymchych 2016-02-16 15:33:53 +02:00
  • de8f75ddee Merge pull request #493 from isymchych/fix-screensharing-mute-on-safari Paweł Domas 2016-02-12 11:43:08 -06:00
  • 24ffc816f4 LargeVideo: show watermark even if video is muted isymchych 2016-02-12 16:47:42 +02:00
  • 401e5e7ae0 fix jshint issues isymchych 2016-02-10 17:26:16 +02:00
  • fdfa9de150 hide large video if stream is muted isymchych 2016-02-10 17:16:55 +02:00
  • 61f4bb63ab Merge pull request #492 from isymchych/device-selection Paweł Domas 2016-02-10 15:51:36 -06:00
  • f65d630ad8 allow user to select camera and microphone isymchych 2016-02-09 12:19:43 +02:00
  • b4b9160fcb Adds room name to the bosh connection. damencho 2016-02-09 17:44:41 -06:00
  • bd16b9e346 Prints audio levels in debug mode. damencho 2016-02-09 16:49:46 -06:00
  • e688a5cb9f Merge pull request #487 from isymchych/video-mute-screensharing Paweł Domas 2016-02-09 11:31:42 -06:00
  • dbed8c2976 Fixes push to talk. damencho 2016-02-09 10:29:50 -06:00
  • 79d5bf6cfa move screensharing into single function, properly handle mute/unmute isymchych 2016-02-04 17:25:11 +02:00
  • 44bae94701 code cleanup isymchych 2016-02-03 16:44:10 +02:00