101 次程式碼提交 (3fe0487df7aaa2e0100a65be297fc472dfe8b16c)

作者 SHA1 備註 提交日期
  yanas 3fe0487df7 Fixes local video flickering when locally muted. Rearranges some of the large video avatar related code. 10 年之前
  damencho bc43108877 Makes sure we unmark remote videos as dominant speaker if any when the local participant becomes dominant speaker. 10 年之前
  damencho 0db262da6a Fixes showing local resolution in UI. 10 年之前
  yanas 27d509332a Merges Boris Grozev's commit from Dec 8, 2015, named: Uses a single avatar URL, allows to override gravatar with a custom URL. Commit: a2c41392 10 年之前
  yanas dacd54b73c Fixes clicking remote participant in the contact list. 10 年之前
  damencho a6a6d2992e Adds helper function to obtain large video id from tests. 10 年之前
  damencho 809f68104d Fixes undefined error. 10 年之前
  damencho 0531daf541 Updates the way we update large/small video, avatars and displayname. Fixes issue with not displying avatars in local or remote video when video muted. Fixes if pinned participant turns off video and when unpin we return to the correct dominant speaker. 10 年之前
  damencho cb40ab5420 Fixes moderator icon on remote videos. 10 年之前
  isymchych 0262917aa6 implementation of "start muted" 10 年之前
  damencho 8249aea796 Call mucJoined of video layout when the actual joining occurs, as the local id is needed when the presence for the email is received/processed and avatar is set. 10 年之前
  hristoterezov 29a85b797a Fixes audio / video mutes 10 年之前
  isymchych c36001f861 removed xmpp and RTC modules 10 年之前
  isymchych 6ee6b6e9e5 fixes after rebase 10 年之前
  isymchych b375b14696 abstract out remoteVideos management 10 年之前
  isymchych a10f9437f1 Integration of statistics module 10 年之前
  isymchych 0fd0f5b633 refactoring of Etherpad and Prezi 10 年之前
  isymchych 4f91ac01fd refactoring 10 年之前
  isymchych 36874c395a remove user from VideoLayout 10 年之前
  isymchych 6ded050b51 do not use RTC/xmpp in UI module 10 年之前
  isymchych e23dd62d86 refactor BottomToolbar 10 年之前
  isymchych 09aa9482c0 do not use members module 10 年之前
  isymchych 272cfea493 share user email through commands 10 年之前
  isymchych fe77846b89 do not use xmpp in settings menu 10 年之前
  isymchych c50151d85d do not use NicknameHandler 10 年之前
  isymchych 59f98205c7 use JS API; UI module refactoring 10 年之前
  damencho 6b621654ab Adds speaker indicator and no longer use the display name for that purpose. 10 年之前
  damencho b64f3a5913 Adds method to obtain remote video type. 10 年之前
  damencho f9d1fd13df Fixes an issue where lastN event, includes in the logic local resource and detects it as removed from lastN and schedules update of large video. If we receive this event for newly joined participant and we have pinned the local video, the event triggers update of large video which displays the wrong participant, not the pinned local video. 10 年之前
  yanas 26e2fd6ef0 Fixes desktop streaming layout. 10 年之前
  damencho e460f0c8fa Fixes lastN video change. Resulting 'Uncaught TypeError: stream.getOriginalStream is not a function', problem detected by torture (3 participants and the last one receives last-n changed event on joining and screenshot shows: it is missing one of the participants and logs contain this error). 10 年之前
  paweldomas 27fc4636b7 Adjustments to make lip-sync work. Stream merging is now done by Jicofo. 10 年之前
  Boris Grozev 0bbae86f68 Fixes a bug with prematurely removed remote videos on firefox. 10 年之前
  Boris Grozev ebdd91df4e Removes the sid property from MediaStream (how did we end up having a 10 年之前
  Jesse Bickel 806cacb755 Use member.isFocus to decide whether a given member is the conference focus user. 10 年之前
  Boris Grozev bd58e6c799 Enables the jshint maximum line length check (80 chars) globally, and only overrides it in certain files. 10 年之前
  Boris Grozev 09eaa0d303 Fix comparison warnings. 10 年之前
  paweldomas 2f03a0a7fe Fixes broken last-N 10 年之前
  paweldomas a8a0945d73 Moves method for selecting thumbnail's video element from videolayout to SmallVideo. Fixes issue with muted audio in IE after switching between thumbnails. 10 年之前
  paweldomas ae96b9f365 Fixes issue in IE where click events on local video thumbnail are captured by local audio object created by Temasys plugin on stream attach. 10 年之前
  paweldomas b680ecd2ff Renames getLargeVideoJid to getLargeVideoResource and updates app.bundle.js. 10 年之前
  Boris Grozev cc20a4d776 Removes an unused variable. 10 年之前
  Boris Grozev fd404b8465 Supports setting interfaceConfig options via URL params. Renames config.filmStripOnly to interfaceConfig.filmStripOnly. 10 年之前
  hristoterezov 7793d65a99 Renames config.minimized to config.filmStripOnly . 10 年之前
  hristoterezov b77791f4b2 Implements minimized mode - only the thumbnails are visible. 10 年之前
  paweldomas 74e7507a73 Re-uses SSRC of the first video stream created for any streams created in future. Does video mute and switching to the screen stream without 'source-add'/'source-remove' signaling. Moves video type signaling from Jingle to MUC presence. 10 年之前
  yanas 9d321df49e Adds javadoc for previous commit. 10 年之前
  yanas d92d8e8299 Some additional error handling. 10 年之前
  Boris Grozev 67a52e6f72 Cleanup and formatting fixes in the UI module. 10 年之前
  paweldomas 2ffe178456 Fixes issue with missing avatar for Jigasi user. Fixes issue with avatar not being displayed when user has no video. Removed duplicated logic for checking video muted status(removed from LargeVideo which exists in SmallVideo). 10 年之前