paweldomas
95e964a089
Fixes bugs in VideoSSRCHack. Additional log messages.
2015-08-07 12:57:56 +02:00
paweldomas
c288aa6e84
Fixes issue with toggling video mute in FF caused by the fact that it has no 'onended' callback handling implemented.
2015-08-07 12:57:48 +02:00
paweldomas
e5d03d1d11
Fixes GUM failure with the latest FF nightly plus cleanup.
2015-08-07 12:57:43 +02: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
bgrozev
9a31fa3d63
Fixes a bug reported by Pawel Domas.
2015-08-04 09:26:16 -05:00
yanas
ab570d63fa
Fixes this reference.
2015-08-03 14:08:42 -05:00
Boris Grozev
b4983b2566
Merge branch 'rename-mute-to-toggle'
2015-08-03 11:46:55 -05:00
bgrozev
fdb470d22f
Merge pull request #330 from jitsi/remove-rtcp-mux-from-config
...
Removes the useBundle and useRtcpMux options from config.js. These are
2015-08-03 11:32:43 -05:00
bgrozev
c163a22415
Merge pull request #331 from jitsi/enable-noice-reduction
...
Re-enables video noise reduction (removes a workaround for M37).
2015-08-03 11:32:38 -05:00
bgrozev
1dea41d3d4
Merge pull request #328 from jitsi/verify-full-jid-for-jingle
...
Verify full (and not bare) JID of the Jingle sender, since everyone i…
2015-08-03 11:32:32 -05: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
2c790f86ad
More formatting fixes.
2015-07-31 14:28:23 -05:00
Boris Grozev
fd5a739f3c
Minor formatting fixes, avoid using a global variable.
2015-07-31 14:25:48 -05:00
Boris Grozev
35e46a2cfa
Fix a typo.
2015-07-31 14:23:48 -05:00
Boris Grozev
24f9a1c8d1
Abstract browser type checks.
2015-07-31 14:23:36 -05:00
Boris Grozev
71229bdba9
Minor formatting fixes.
2015-07-31 14:23:27 -05:00
Boris Grozev
84a8d00234
Renames functions for the sake of clarity.
2015-07-31 14:22:42 -05:00
Boris Grozev
ee95e99f57
Cleanup: removes an unused function.
2015-07-31 14:22:32 -05:00
Boris Grozev
be6d7af377
Cleanup: fixes to style, typos and documentation.
2015-07-31 14:22:20 -05:00
paweldomas
df932bb89f
Fixes typo in variable name(and a crash on undefined).
2015-07-31 15:50:02 +02:00
paweldomas
50e67a0658
Prevents from duplicating existing SSRCs with 'source-add' in remote description.
2015-07-31 15:49:53 +02:00
bgrozev
5588bcd167
Updates another call to setMute().
2015-07-30 14:24:44 -05:00
bgrozev
a7058747ac
Updates a call to setMute().
2015-07-30 10:51:50 -05:00
paweldomas
8469a282c1
Fixes inconsistent local video muted status.
2015-07-30 14:21:32 +02: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
Boris Grozev
4cac7ac97f
Re-enables video noise reduction (removes a workaround for M37).
2015-07-29 11:28:58 -05:00
Boris Grozev
46a17948d0
Renames the external API commands from "mute{Audio,Video}" to "toggle{Audio,Video}" since what they do is "toggle".
2015-07-29 11:28:37 -05:00
Boris Grozev
79ac1e800f
Verify full (and not bare) JID of the Jingle sender, since everyone in the MUC has the same bare JID.
2015-07-29 11:27:12 -05:00
Boris Grozev
b0c81985d4
Removes the useBundle and useRtcpMux options from config.js. These are
...
now fully supported by jitsi-videobridge and all browsers which we
support (and if we need to enable them conditionally because of browser
compatibility in the future, we should do it based on run-time browser
detection.)
2015-07-29 11:26:50 -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
Boris Grozev
9206b470ef
Re-orders a=ssrc lines before calling SRD (fixes SRD failures when rtx/FID groups are in use).
2015-07-21 16:56:48 -05:00
Boris Grozev
cb7ff545b6
Abstracts unified and plan B checks.
2015-07-21 16:56:48 -05:00
paweldomas
bc935eb5dc
Fixes broken video in FF
2015-07-21 10:16:18 +02:00
paweldomas
c3548eb866
Fixes issues with invalid avatars and problems with switching between videos.
2015-07-20 19:32:04 +02:00
hristoterezov
a66459e206
Changes the conference id for callstats API.
2015-07-17 14:45:30 -05:00
Devin Wilson
829d8dab16
Fix CallStats require and initialize API commands and keyboard shortcuts in init method
2015-07-17 09:57:59 -06:00
Boris Grozev
7e1c7d19d6
Advertises RFC4588 support for browsers that support it.
2015-07-15 16:47:36 -05: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
2b103288c2
Removes old hack
2015-07-15 12:16:04 +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
Boris Grozev
f29fc0f8e7
Fix building on a case-sensitive file system.
2015-07-10 22:39:09 +02:00
Boris Grozev
d430074ed8
Remove a superfluous var declaration.
2015-07-10 22:38:27 +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
hristoterezov
506312ac95
Integrates callstats.io API.
2015-06-26 15:32:40 +03:00
Damian Minkov
239f271caf
Handles chat message timestamps according to XEP-0091 and updates app.bundle.js.
2015-06-23 16:28:46 +03:00
Zalmoxisus
7a54537bee
Fixes chat messages timestamp according to XEP-0203. Fixes #305 .
2015-06-23 16:14:06 +03:00
hristoterezov
6a492d96c2
Refactors VideoLayout.js.
2015-06-23 11:00:46 +03:00
paweldomas
38b180ad81
Adds scrollbar to the contact list.
2015-06-19 15:45:39 +02:00
George Politis
5f48e4cf9d
Revert "Updates the license headers."
...
This reverts commit 93648f361b
.
2015-06-18 18:59:41 +02:00
George Politis
93648f361b
Updates the license headers.
2015-06-18 16:17:09 +02:00
paweldomas
a6c8d0787a
Does not reload the page after Chrome desktop sharing extension is installed.
2015-06-17 10:11:30 +02:00
paweldomas
3f9b220ee9
The name of shared Etherpad document is now generated and advertised by Jicofo user.
2015-06-15 12:07:31 +02:00
hristoterezov
15db9ca7e4
Fixes issue with the download logs button.
2015-06-11 17:03:41 +03:00
George Politis
23f1dc174e
Refactors simulcast support.
2015-06-10 13:35:05 +02:00
paweldomas
b038d276c9
Fixes problem with resetting focusedVideoInfo when participant leaves the room. Fixes error when display name is processed after participant has left.
2015-06-02 17:25:10 +02:00
Boris Grozev
a426b65969
Advertises DTLS support in disco#info.
2015-06-02 16:09:40 +03:00
paweldomas
1d57cb9dae
Fixes calls to updateLargeVideo, so that it is called with user resource jid.
2015-06-02 10:05:42 +02:00
hristoterezov
8a4c341512
Implements default language config property and comments to config.js
2015-05-29 17:09:44 +03:00
hristoterezov
01deadf078
Moves the sound notification code to be played when the participant joins / leaves the room instead of receiving add / remove stream event.
2015-05-28 14:34:40 +03:00
gpolitis
b0d2a79873
Require FF 40 or above for a good experience.
2015-05-28 11:45:10 +02:00
hristoterezov
835e199135
Fixes issue with not removed ssrcs after the participant left the room.
2015-05-27 11:47:06 +03:00
hristoterezov
1d660e1883
Removes join / leave notifications if the participant start audio muted.
2015-05-26 14:18:45 +03:00
hristoterezov
5746261961
Implements the functionality to update config.js parameters via the URL.
2015-05-25 17:42:59 +03:00
George Politis
e3da472e7a
Adds special handling of recvonly remote streams.
2015-05-21 10:32:00 +02:00
George Politis
118a61c416
Disables stats logging in FF.
2015-05-20 16:27:10 +02:00
hristoterezov
21fef57bc4
Adds config property that disables hiding of toolbar.
2015-05-20 15:10:09 +03:00
George Politis
b9f00b71b2
Fixes conference disposal in FF.
2015-05-20 10:45:00 +02:00
hristoterezov
099e3340bc
Implements start muted feature.
2015-05-19 18:03:01 +03:00
George Politis
854c8e5f2f
Removes obsolete/unused variable.
2015-05-18 19:07:56 +02:00
George Politis
ad1772178d
Notifies the focus about newly allocated channel SSRCs on add/remove source.
2015-05-18 19:00:12 +02:00
George Politis
36f91f7f1e
Disables RTP stats when running on FF.
2015-05-15 15:36:29 +02:00
George Politis
2c9d0606c3
Attempts to fix #258
2015-05-15 15:32:01 +02:00
George Politis
1ce22fb8c9
Depend on sdp-interop@0.1.2, sdp-transform@1.4.0
2015-05-15 13:08:04 +02:00
George Politis
e0cba855a6
Implements fault tolerant connect ( closes #268 ).
2015-04-22 23:11:25 +02:00