112 次程式碼提交 (ff6ec2ec6b2ab4aa31c41d31e976ca4f50dc6699)

作者 SHA1 備註 提交日期
  damencho 034ed200f3 Displays correct resolution coming from FF. 9 年之前
  isymchych 09aa9482c0 do not use members module 9 年之前
  isymchych 272cfea493 share user email through commands 9 年之前
  isymchych fe77846b89 do not use xmpp in settings menu 9 年之前
  isymchych c50151d85d do not use NicknameHandler 9 年之前
  isymchych 59f98205c7 use JS API; UI module refactoring 9 年之前
  damencho 6b621654ab Adds speaker indicator and no longer use the display name for that purpose. 9 年之前
  isymchych 1d59283518 fixed switching to large video from FF on safari 9 年之前
  isymchych 19d9c0be50 fixed switching to large video from FF on safari 9 年之前
  damencho b64f3a5913 Adds method to obtain remote video type. 9 年之前
  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. 9 年之前
  yanas 26e2fd6ef0 Fixes desktop streaming layout. 9 年之前
  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). 9 年之前
  paweldomas 27fc4636b7 Adjustments to make lip-sync work. Stream merging is now done by Jicofo. 9 年之前
  damencho 374763c325 Fixes mute check, prevents disabling the menu when the remote participant is muted. 9 年之前
  isymchych fdc2ecd86f escape html from username 9 年之前
  damencho 1ba0a182f6 Makes sure we add/remove all onended events for media streams in one central place. 9 年之前
  Boris Grozev a2ad7b8f53 Mutes video elements. 9 年之前
  Boris Grozev cf8950110f Adds additional logs, including timestamps relative to the initial 9 年之前
  yanas 9a5d2012d3 Adds jsdoc to previous commit 9 年之前
  Yana Stamcheva 8a678286f7 Makes video screen fit configurable. 9 年之前
  Boris Grozev 0bbae86f68 Fixes a bug with prematurely removed remote videos on firefox. 9 年之前
  Boris Grozev ebdd91df4e Removes the sid property from MediaStream (how did we end up having a 9 年之前
  Boris Grozev 4934779187 Simplifies code, removes unused code. 9 年之前
  damencho ababa0fadc Changes some logging levels. 9 年之前
  Jesse Bickel 806cacb755 Use member.isFocus to decide whether a given member is the conference focus user. 9 年之前
  damencho fd954580b7 Fixes for FF: failing avatar tests and problem when last participant leaves the owner video does not switch to local video. 9 年之前
  paweldomas 260b610725 Fixes issue with avatar not being displayed when user is in the lastN set, but has video muted. 9 年之前
  Boris Grozev bd58e6c799 Enables the jshint maximum line length check (80 chars) globally, and only overrides it in certain files. 9 年之前
  Boris Grozev 27c297c034 Fixes or ignores (explicidly, as much as possible) jshint warnings. 9 年之前
  Boris Grozev 09eaa0d303 Fix comparison warnings. 9 年之前
  Boris Grozev b2d838ba1c Fixes mirroring on firefox. 9 年之前
  paweldomas 2f03a0a7fe Fixes broken last-N 9 年之前
  paweldomas 4c2f0d3600 Removed duplicated code for adding video thumbnail's hover handler. 9 年之前
  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. 9 年之前
  paweldomas 0fe4999beb Use fadeTo instead of fadeIn/fadeOut to avoid having display: none on large video which causes issues when Temasys plugin is used. 9 年之前
  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. 9 年之前
  paweldomas 9a7bc4ebab Fixes issue with returning from shared document view. Calls show() before fadeOut() on large video to avoid situation when we end up with black screen and are unable to select new video. Updates app.bundle.js. 9 年之前
  paweldomas eb63b24a9a Fixes fadeIn/fadeOut large video transitions in Safari. Enables animation on video resize when switching between camera and screen video. 9 年之前
  paweldomas 4b8bc398dd Fixes issue with black video when new stream element is inserted after the old one. 9 年之前
  paweldomas b680ecd2ff Renames getLargeVideoJid to getLargeVideoResource and updates app.bundle.js. 9 年之前
  Boris Grozev cc20a4d776 Removes an unused variable. 9 年之前
  Boris Grozev fd404b8465 Supports setting interfaceConfig options via URL params. Renames config.filmStripOnly to interfaceConfig.filmStripOnly. 9 年之前
  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 年之前