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