paweldomas
fceb512a03
ref(SmallVideo): add 'isCurrentlyOnLargeVideo'
8 years ago
paweldomas
9d1364b6fb
feat(RemoteVideo): show disconnected GSM bars for remotes
8 years ago
paweldomas
3ef5dd20ef
ref(RemoteVideo): store JitsiParticipant instead of id
8 years ago
paweldomas
2c01fde713
ref(SmallVideo): rename 'isMuted' to avoid confusion
8 years ago
yanas
1486eac752
Applies fixes to thumbnail video toolbar from m-voloshin
8 years ago
yanas
0013745783
Video thumbnails redesign
8 years ago
yanas
09f7615a35
Changes icon set.
8 years ago
damencho
83546a899f
Revert "Temprorary disable kicks hack."
This reverts commit 76a7c7b426 .
8 years ago
yanas
76a7c7b426
Temprorary disable kicks hack.
8 years ago
damencho
246ab88a3e
Fixes muting particular remote participant.
There was a bug that the handlers for menuItem for mute and kick are added for all remote participants. When clicked multiple handlers are executed and the action will be executed for all remote participants.
8 years ago
yanas
da0898a066
Isolate object-fit fix for Windows Qt browser only
8 years ago
yanas
5654d34ee8
Fix remote participant menu for moderator
8 years ago
damencho
74ece3a775
Uses videoType from the video track for the initial value.
Handles the case where the remote track is with initial value of camera and no further events are received for video type changed.
8 years ago
hristoterezov
1963972f75
Fixes the issue with missing audio element for remote participants
8 years ago
damencho
613569ff09
Checks whether we need to modify document, before change - on display name change.
9 years ago
damencho
94d98ec0ab
Fixes returning to dominant speaker after closing shared video. Renames a method and fix its behaviour was handling both case when removing just video element in small videos (local or remote) and when we are removingParticipantContainer, now just handles the second one and uses focusedID if any or dominantSpeakerID if any, otherwise elects new video.
9 years ago
yanas
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.
9 years ago
damencho
ca56734d9c
Moves VideoLayout reference in SmallVideo as it is used there in updateView.
9 years ago
yanas
ad44cc518a
Fixes resizing problems introduced with previous resizing commit. Fixes side panel open/close code and resizing.
9 years ago
isymchych
c294f592c8
code cleanup: remove redundant span.nick elements
9 years ago
yanas
30f3da98e5
Fixes thumbnail resize and thumbnails going on a second row. Refactors code around the film strip and resize in general.
9 years ago
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 years ago
isymchych
0bcbd105e3
escape nicknames before displaying them
9 years ago
isymchych
401e5e7ae0
fix jshint issues
9 years ago
damencho
e81d3c02ad
Shows dominant speaker icon for the local user, when he is the dominant speaker.
9 years ago
paweldomas
7ec6e9ae29
Gets rid fo RTCBrowserType usages.
9 years ago
paweldomas
a6ff9f8ee2
Removes unused code related to Firefox.
Commented part seems not to be required anymore as everything work well without it.
9 years ago
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 years ago
paweldomas
ab13fa35b4
'currentTime' property of stream elements are now supported by Temasys plugin.
9 years ago
paweldomas
48cedb0865
Adopts to new semantics of JitsiTrack#attach method.
9 years ago
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 years ago
isymchych
93aac798f3
do not pin participant if moderator clicked item in remote user menu
9 years ago
isymchych
6998827982
do not hide small video until stream has been attached
9 years ago
damencho
8b8cbb2ccc
Handles fake video track and fixes remote audio.
9 years ago
damencho
aed2d97c10
Fixes displayname on remote video on FF. Seems innerText is not working on FF, replace it with innerHTML.
9 years ago
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 years ago
hristoterezov
3168c86f77
Fixes mute participant functionality
9 years ago
isymchych
b375b14696
abstract out remoteVideos management
9 years ago
isymchych
a10f9437f1
Integration of statistics module
9 years ago
hristoterezov
3ec04d5a95
Implements desktop sharing.
9 years ago
isymchych
6ded050b51
do not use RTC/xmpp in UI module
9 years ago
damencho
6b621654ab
Adds speaker indicator and no longer use the display name for that purpose.
9 years ago
paweldomas
27fc4636b7
Adjustments to make lip-sync work. Stream merging is now done by Jicofo.
9 years ago
damencho
374763c325
Fixes mute check, prevents disabling the menu when the remote participant is muted.
9 years ago
damencho
1ba0a182f6
Makes sure we add/remove all onended events for media streams in one central place.
9 years ago
Boris Grozev
0bbae86f68
Fixes a bug with prematurely removed remote videos on firefox.
9 years ago
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 years ago
Boris Grozev
4934779187
Simplifies code, removes unused code.
9 years ago
damencho
fd954580b7
Fixes for FF: failing avatar tests and problem when last participant leaves the owner video does not switch to local video.
9 years ago
paweldomas
260b610725
Fixes issue with avatar not being displayed when user is in the lastN set, but has video muted.
9 years ago