paweldomas
|
0fe4999beb
|
Use fadeTo instead of fadeIn/fadeOut to avoid having display: none on large video which causes issues when Temasys plugin is used.
|
2015-08-19 18:23:18 +02:00 |
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.
|
2015-08-19 18:23:08 +02:00 |
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.
|
2015-08-19 10:55:35 +02:00 |
paweldomas
|
eb63b24a9a
|
Fixes fadeIn/fadeOut large video transitions in Safari. Enables animation on video resize when switching between camera and screen video.
|
2015-08-18 13:19:54 +02:00 |
Boris Grozev
|
332aafbe20
|
Documents some of the XMPP events. Renames some of them.
|
2015-08-17 16:17:03 -05:00 |
Issac Gerges
|
dcc206b2b4
|
Update non-container toolbar items to be set to inline-block when shown
|
2015-08-12 13:06:55 -05:00 |
Issac Gerges
|
da75e17ff5
|
Merge remote-tracking branch 'origin/master' into issue/toolbar-refactor
|
2015-08-12 13:05:20 -05:00 |
paweldomas
|
4b8bc398dd
|
Fixes issue with black video when new stream element is inserted after the old one.
|
2015-08-12 14:20:44 +02:00 |
Issac Gerges
|
de30ce0f5c
|
Merge remote-tracking branch 'origin/master' into issue/toolbar-refactor
|
2015-08-11 13:30:08 -05:00 |
Issac Gerges
|
fc6f5717cb
|
Refactor toolbar to add separators via css and remove unneeded containers
|
2015-08-11 13:24:53 -05:00 |
paweldomas
|
b680ecd2ff
|
Renames getLargeVideoJid to getLargeVideoResource and updates app.bundle.js.
|
2015-08-11 13:12:55 +02:00 |
Boris Grozev
|
cc20a4d776
|
Removes an unused variable.
|
2015-08-10 13:02:39 -05:00 |
Boris Grozev
|
fd404b8465
|
Supports setting interfaceConfig options via URL params. Renames config.filmStripOnly to interfaceConfig.filmStripOnly.
|
2015-08-10 12:59:12 -05:00 |
damencho
|
cc29df6376
|
Adds params for enabling rec on entering the conference.
|
2015-08-07 10:31:48 -05:00 |
hristoterezov
|
7793d65a99
|
Renames config.minimized to config.filmStripOnly .
|
2015-08-06 18:59:51 -05:00 |
hristoterezov
|
b77791f4b2
|
Implements minimized mode - only the thumbnails are visible.
|
2015-08-06 18:34:40 -05:00 |
damencho
|
4092d67853
|
Updates use of recording states, add some information texts and notifications.
|
2015-08-05 22:18:45 -05:00 |
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.
|
2015-08-05 14:10:08 +02:00 |
yanas
|
9d321df49e
|
Adds javadoc for previous commit.
|
2015-08-03 11:21:56 -05:00 |
yanas
|
d92d8e8299
|
Some additional error handling.
|
2015-08-03 11:00:16 -05:00 |
Boris Grozev
|
67a52e6f72
|
Cleanup and formatting fixes in the UI module.
|
2015-07-31 14:45:40 -05:00 |
Boris Grozev
|
fd5a739f3c
|
Minor formatting fixes, avoid using a global variable.
|
2015-07-31 14:25:48 -05:00 |
Boris Grozev
|
84a8d00234
|
Renames functions for the sake of clarity.
|
2015-07-31 14:22:42 -05:00 |
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).
|
2015-07-30 14:21:31 +02:00 |
paweldomas
|
349f196664
|
"wait for remote video" loop no longer exists so no need to set 'removed' flag on video.
|
2015-07-30 14:21:31 +02:00 |
paweldomas
|
f2bd76ac93
|
Fixes issue with video thumbnail not being removed for users without camera and mic.
|
2015-07-30 14:21:30 +02:00 |
hristoterezov
|
baee96734c
|
Moves LargeVideo html dependancies in LargeVideo.js
|
2015-07-29 14:39:09 -05:00 |
paweldomas
|
4aa6fbc4b9
|
Switches to the last visible video correctly when current speaker leaves the conference.
|
2015-07-23 11:24:13 +02:00 |
Devin Wilson
|
d44aed2c11
|
Remove duplicate handler
|
2015-07-22 13:38:28 -06:00 |
Devin Wilson
|
9bbf17e541
|
Remove UI references from RTC
|
2015-07-22 13:37:34 -06:00 |
Devin Wilson
|
156b218bfc
|
Remove UI references from xmpp-related modules
Conflicts:
modules/xmpp/JingleSession.js
service/xmpp/XMPPEvents.js
|
2015-07-22 13:37:34 -06:00 |
paweldomas
|
0902cbb164
|
Fixes problems with Temasys plugin support in Safari.
|
2015-07-22 13:58:51 +02:00 |
paweldomas
|
9b4ee7c0c5
|
Fixes video switching issue. 'oldSmallVideo' field is no longer used as it is might be overwritten before fadeOut 'complete' callback of #largeVideo is called(and we miss UI update on it).
|
2015-07-22 13:58:39 +02:00 |
paweldomas
|
c3548eb866
|
Fixes issues with invalid avatars and problems with switching between videos.
|
2015-07-20 19:32:04 +02:00 |
hristoterezov
|
a3886cc56c
|
Focuses the enter display name field.
|
2015-07-15 13:31:39 -05:00 |
paweldomas
|
7776bc92a4
|
Undefined method...
|
2015-07-15 14:44:16 +02:00 |
paweldomas
|
420bbe136c
|
Fixes call to undefined method(which fixes crash on lastN switch and when clicking contact on the contactlist).
|
2015-07-15 14:01:36 +02:00 |
paweldomas
|
17f245df5e
|
Fixes local video thumbnail being replaced with an avatar when lastN enabled.
|
2015-07-15 12:14:34 +02:00 |
paweldomas
|
61f4674a28
|
Fixes direct access to 'src' attribute of 'video' element.
|
2015-07-15 12:12:07 +02:00 |
paweldomas
|
879fb9a590
|
Adds getters for peer video selectors and simplifies the code a little bit.
|
2015-07-15 12:11:58 +02:00 |
paweldomas
|
a1b0677442
|
Moves SSRC owner signaling from MUC presence to Jingle.
|
2015-07-14 15:35:13 +02:00 |
paweldomas
|
ae759fab5b
|
Adds IE support through Temasys WebRTC plugin.
|
2015-07-10 11:57:20 +02:00 |
paweldomas
|
6ec7be09f2
|
Fixes issue with switching to the screen stream before conference starts(when we're still alone in the room).
|
2015-07-09 15:04:08 +02:00 |
paweldomas
|
9268da65c2
|
Removes 'wait for remote video' hack
|
2015-07-06 12:24:59 +02:00 |
paweldomas
|
3fc6da1ed5
|
Fixes issue with invalid number of conference participants displayed on the contact list indicator.
|
2015-07-06 12:24:40 +02:00 |
hristoterezov
|
62a731e244
|
Fixes typo in translation module interface.
|
2015-07-03 12:34:05 +03:00 |
hristoterezov
|
47b6355d66
|
Implements functionality that forces the user to enter display name.
|
2015-07-02 17:04:37 +03:00 |
hristoterezov
|
1e0bf42203
|
Removes unused methods from VideoLayout.
|
2015-07-01 11:14:21 +03:00 |
hristoterezov
|
6235ff163e
|
Fixes audio mute.
|
2015-06-30 14:34:11 +03:00 |
hristoterezov
|
f11c3b94ed
|
Moves some methods from avatar to videolayout.
|
2015-06-29 17:24:21 +03:00 |