damencho
ca56734d9c
Moves VideoLayout reference in SmallVideo as it is used there in updateView.
9 gadus atpakaļ
yanas
ad44cc518a
Fixes resizing problems introduced with previous resizing commit. Fixes side panel open/close code and resizing.
9 gadus atpakaļ
isymchych
c294f592c8
code cleanup: remove redundant span.nick elements
9 gadus atpakaļ
yanas
30f3da98e5
Fixes thumbnail resize and thumbnails going on a second row. Refactors code around the film strip and resize in general.
9 gadus atpakaļ
damencho
3c61bac3c8
Handles track removed and removes video elements. When switching on and off desktop sharing video elements number grow under remote video span.
9 gadus atpakaļ
isymchych
0bcbd105e3
escape nicknames before displaying them
9 gadus atpakaļ
isymchych
401e5e7ae0
fix jshint issues
9 gadus atpakaļ
damencho
e81d3c02ad
Shows dominant speaker icon for the local user, when he is the dominant speaker.
9 gadus atpakaļ
paweldomas
7ec6e9ae29
Gets rid fo RTCBrowserType usages.
9 gadus atpakaļ
paweldomas
a6ff9f8ee2
Removes unused code related to Firefox.
Commented part seems not to be required anymore as everything work well without it.
9 gadus atpakaļ
paweldomas
103b5d71d0
Encapsulates direct access to .currentTime field into 'hasVideoStarted' method of RemoteVideo.
Removes duplicated logic for hiding video element when the user is muted.
9 gadus atpakaļ
paweldomas
ab13fa35b4
'currentTime' property of stream elements are now supported by Temasys plugin.
9 gadus atpakaļ
paweldomas
48cedb0865
Adopts to new semantics of JitsiTrack#attach method.
9 gadus atpakaļ
yanas
fe2804f474
Fixes SmallVideo object not making a difference between an audio and a video stream, which was causing FireFox issues with large video set to the audio stream.
9 gadus atpakaļ
isymchych
93aac798f3
do not pin participant if moderator clicked item in remote user menu
9 gadus atpakaļ
isymchych
6998827982
do not hide small video until stream has been attached
9 gadus atpakaļ
damencho
8b8cbb2ccc
Handles fake video track and fixes remote audio.
9 gadus atpakaļ
damencho
aed2d97c10
Fixes displayname on remote video on FF. Seems innerText is not working on FF, replace it with innerHTML.
9 gadus atpakaļ
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.
9 gadus atpakaļ
hristoterezov
3168c86f77
Fixes mute participant functionality
9 gadus atpakaļ
isymchych
b375b14696
abstract out remoteVideos management
9 gadus atpakaļ
isymchych
a10f9437f1
Integration of statistics module
9 gadus atpakaļ
hristoterezov
3ec04d5a95
Implements desktop sharing.
9 gadus atpakaļ
isymchych
6ded050b51
do not use RTC/xmpp in UI module
9 gadus atpakaļ
damencho
6b621654ab
Adds speaker indicator and no longer use the display name for that purpose.
9 gadus atpakaļ
paweldomas
27fc4636b7
Adjustments to make lip-sync work. Stream merging is now done by Jicofo.
9 gadus atpakaļ
damencho
374763c325
Fixes mute check, prevents disabling the menu when the remote participant is muted.
9 gadus atpakaļ
damencho
1ba0a182f6
Makes sure we add/remove all onended events for media streams in one central place.
9 gadus atpakaļ
Boris Grozev
0bbae86f68
Fixes a bug with prematurely removed remote videos on firefox.
9 gadus atpakaļ
Boris Grozev
ebdd91df4e
Removes the sid property from MediaStream (how did we end up having a
Jingle session ID in MediaStream and passing it around in the UI?)
9 gadus atpakaļ
Boris Grozev
4934779187
Simplifies code, removes unused code.
9 gadus atpakaļ
damencho
fd954580b7
Fixes for FF: failing avatar tests and problem when last participant leaves the owner video does not switch to local video.
9 gadus atpakaļ
paweldomas
260b610725
Fixes issue with avatar not being displayed when user is in the lastN set, but has video muted.
9 gadus atpakaļ
Boris Grozev
27c297c034
Fixes or ignores (explicidly, as much as possible) jshint warnings.
9 gadus atpakaļ
Boris Grozev
09eaa0d303
Fix comparison warnings.
9 gadus atpakaļ
paweldomas
4c2f0d3600
Removed duplicated code for adding video thumbnail's hover handler.
9 gadus atpakaļ
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 gadus atpakaļ
paweldomas
4b8bc398dd
Fixes issue with black video when new stream element is inserted after the old one.
9 gadus atpakaļ
Boris Grozev
fd404b8465
Supports setting interfaceConfig options via URL params. Renames config.filmStripOnly to interfaceConfig.filmStripOnly.
9 gadus atpakaļ
hristoterezov
7793d65a99
Renames config.minimized to config.filmStripOnly .
9 gadus atpakaļ
hristoterezov
b77791f4b2
Implements minimized mode - only the thumbnails are visible.
9 gadus atpakaļ
Boris Grozev
67a52e6f72
Cleanup and formatting fixes in the UI module.
9 gadus atpakaļ
paweldomas
349f196664
"wait for remote video" loop no longer exists so no need to set 'removed' flag on video.
9 gadus atpakaļ
paweldomas
f2bd76ac93
Fixes issue with video thumbnail not being removed for users without camera and mic.
9 gadus atpakaļ
paweldomas
0902cbb164
Fixes problems with Temasys plugin support in Safari.
9 gadus atpakaļ
paweldomas
c3548eb866
Fixes issues with invalid avatars and problems with switching between videos.
9 gadus atpakaļ
paweldomas
7776bc92a4
Undefined method...
9 gadus atpakaļ
paweldomas
420bbe136c
Fixes call to undefined method(which fixes crash on lastN switch and when clicking contact on the contactlist).
9 gadus atpakaļ
paweldomas
17f245df5e
Fixes local video thumbnail being replaced with an avatar when lastN enabled.
9 gadus atpakaļ
paweldomas
ae759fab5b
Adds IE support through Temasys WebRTC plugin.
9 gadus atpakaļ