bbaldino
5c199e2195
Merge pull request #1740 from bgrozev/refactor-deployment-info
...
Refactor deployment info
2017-07-05 18:41:38 -07:00
George Politis
86c867ea71
docs: Documents the p2p.useStunTurn option.
2017-07-04 12:50:21 +02:00
Boris Grozev
2a3c4cfb82
ref: Adds deployment info variables to config.js,
...
removes local.html
2017-06-30 13:37:11 -05:00
Saúl Ibarra Corretgé
8a3cec4a9d
feat(p2p): enable H.264 for P2P by default
...
On mobile we got the extra step of overriding the option and always set it to
true.
2017-06-29 11:22:32 +02:00
Saúl Ibarra Corretgé
3ea2f00578
feat(p2p): refactor configuration options
2017-06-28 14:57:39 +02:00
Saúl Ibarra Corretgé
35f79dd2b4
config: default resolution is now 720p
2017-06-27 08:25:34 -05:00
paweldomas
4b487e3c89
config: enable P2P by default
2017-05-26 12:59:24 -05:00
Leonard Kim
2333249b05
feat(1-on-1): Initial implementation
...
- Expose an api on Filmstrip to hide the remote videos container, which does so
by adding a class
- Modify listeners for user join, leave, share video to call the api
- Hide the container when there is 1 or fewer remote participants
- Always show the container if self view is in focus
- Show the container if the number of remote thumbnails does not match the count
of remote participants, such as the case of sharing a video
2017-05-23 13:28:27 -07:00
Leonard Kim
0f0ff6788c
fix(config): Bring back minHDHeight
2017-05-17 16:13:16 -05:00
Leonard Kim
a88409bbfa
fix(video-label): Display based on video dimensions in LargeVideoManager
...
In its current implementation, the VideoStatusLabel shows HD based on peer
connection stats. These stats will be available on temasys browsers soon but
will remain unavailable on Firefox, which does not collect height/width stats.
To support VideoStatusLabel showing cross-browser, move the high-definition
detection out of stat sniffing and instead check the video element itself using
an interval in LargeVideoManager. (An interval was used because the temasys
video object does not support the onresize event.) Also, add a cleanup path from
conference.web to LargeVideoManager to remove the interval.
2017-05-17 11:54:22 -05:00
Saúl Ibarra Corretgé
a96a70869d
fix(screen-sharing) Enable it by default on Firefox
...
Starting with Firefox 51 the extension is no longer mandatory, so make sure the
feature is not desabled by default.
2017-05-15 12:15:00 +01:00
paweldomas
5e2e7902ce
fix(config.js): remove unused 'logStats'
...
This config option is not used anymore.
2017-04-18 14:27:00 -05:00
paweldomas
fba086134d
add default STUN servers to config.js
2017-03-22 11:23:30 -05:00
paweldomas
fb47b6ae21
feat: add test P2P methods
2017-03-22 11:23:29 -05:00
George Politis
c942017b73
Merge pull request #1341 from saghul/doc-disableRtx
...
config: switch default disableRtx to false
2017-02-28 08:52:33 -06:00
Boris Grozev
6121bcf171
config: Don't require an extension for firefox >=52.
...
Starting with firefox 52, no extension is required for screensharing.
See https://wiki.mozilla.org/Screensharing
2017-02-27 16:08:13 -06:00
Saúl Ibarra Corretgé
9f866ae608
config: switch default disableRtx to false
2017-02-21 20:02:55 +01:00
Saúl Ibarra Corretgé
213b73da6e
cleanup: remove old adaptive simulcast config option
2017-02-20 15:46:41 +01:00
George Politis
08efd5ecab
Merge pull request #1327 from saghul/doc-resolution
...
doc: document resolution config option and set it to 720 by default
2017-02-17 11:33:04 -06:00
Saúl Ibarra Corretgé
175c8e6e50
cleanup: remove adaptive las N config option
...
The feature has been replaced so the option no longer applies.
2017-02-17 15:33:20 +01:00
Saúl Ibarra Corretgé
f90667b23c
doc: document resolution config option and set it to 720 by default
2017-02-17 13:53:41 +01:00
George Politis
3d671ae71f
docs: Documents the disableRtx config option.
2017-02-06 11:19:33 -06:00
George Politis
a7015b0d1a
fix: Respect the disableRtx config option.
2017-01-30 16:20:23 +00:00
Saúl Ibarra Corretgé
6d6b5a7917
cleanup: Remove default Chrome extension ID
...
It makes for a bad first-time experience for users, since the desktop sharing
button will be visible, but it will never work.
Also get rid of the now deprecated `desktopSharingChromeMethod` option.
2017-01-23 15:21:28 -06:00
Boris Grozev
7707e384c5
config: Disable suspend video by default.
2016-12-12 10:37:36 -06:00
Boris Grozev
142f6e4518
feat: Enables by default tab sharing for chrome.
2016-11-29 11:30:02 -06:00
Lyubomir Marinov
a2b076985a
ESLint
...
Enable ESLint on jitsi-meet with the same configuration and the same
goals as in lib-jitsi-meet.
2016-10-03 11:12:27 -05:00
damencho
fcf7069b25
Adds close page.
...
When enabled after hanging up redirect to close page, if needed feedback will be displayed.
2016-09-22 15:32:54 -05:00
hristoterezov
f10b13328f
feat(profile): Don't allow non-guest users to edit their profile
2016-09-13 16:56:05 -05:00
George Politis
318ab2c9dc
Nukes the pre-configured bridge from the config file.
2016-05-19 14:51:45 -05:00
Boris Grozev
8466aa2f78
Renames adaptiveSimulcast to disableAdaptiveSimulcast.
...
In conjunction with corresponding commits in lib-jitsi-meet and jicofo
this enables adaptive simulcast whenever simulcast is enabled.
2016-04-04 14:15:59 -05:00
yanas
d49dff4ae1
Fixes a config parameter name. Removes a console.log, which got there by mistake. Fixes some css properties of the chat unread messages.
2016-03-24 12:17:58 -05:00
yanas
72454ff279
HD label added when the large video is in HD.
2016-03-24 10:03:48 -05:00
George Politis
70346e2307
Replaces obsolete config option and enables simulcast by default.
2016-01-28 22:07:39 +00:00
Lyubomir Marinov
4a6e8e5e6e
Manually formats config.js to bring in a bit of consistency and make uncommenting properties a tad easier and less error prone.
2016-01-14 10:06:47 +02:00
Boris Grozev
f42684d789
Changes enableThirdParty requests to disableThirdParty requests, in
...
order to not change existing behaviour (without changes to config.js).
2015-12-08 22:52:12 +00:00
Jesse Bickel
3f42f8bf67
Only load 3rd party JavaScript when config.enableThirdPartyRequests is true.
2015-12-04 13:03:10 -06:00
Spellauge
277f340063
authdomain2
2015-10-12 17:38:35 +02:00
Boris Grozev
62d3b749bb
Adds config options to filter out TCP or UDP candidates (for the purpose
...
of forcing one or the other in automated tests).
2015-09-21 11:28:55 -05:00
Boris Grozev
bd58e6c799
Enables the jshint maximum line length check (80 chars) globally, and only overrides it in certain files.
2015-09-10 22:28:16 -05:00
Boris Grozev
995b3be6e7
Implements screen sharing for firefox, using a jidesha extension.
...
Renames some fields in config.js.
2015-09-03 10:00:36 -05:00
paweldomas
a7048fba06
Implements HTTP POST query for fetching app configuration.
2015-08-24 11:53:10 +02: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
hristoterezov
47b6355d66
Implements functionality that forces the user to enter display name.
2015-07-02 17:04:37 +03:00
hristoterezov
506312ac95
Integrates callstats.io API.
2015-06-26 15:32:40 +03:00
hristoterezov
8a4c341512
Implements default language config property and comments to config.js
2015-05-29 17:09:44 +03:00
hristoterezov
099e3340bc
Implements start muted feature.
2015-05-19 18:03:01 +03:00
hristoterezov
cc1ad1bc13
Implement the functionality that allows users to start the conversation muted.
2015-04-22 12:31:08 +03:00
George Politis
e98c8ada6a
Nukes the enableFirefoxSupport config param.
2015-03-31 13:02:59 +02:00
George Politis
58494d45db
Brings back goog-remb signaling.
2015-03-26 11:29:40 +01:00
paweldomas
90d979b69d
Makes it possible to display notification message above the toolbar.
2015-03-12 17:56:28 +01:00
George Politis
e1d71a41f7
Adds FF in the list of supported browsers. Enables it by default.
2015-03-12 16:33:27 +01:00
George Politis
54b3cbcf94
Reverts config.js
2015-03-09 17:58:11 +01:00
hristoterezov
d2f95f3c81
Fixes some translation issues.
2015-03-09 17:50:13 +02:00
hristoterezov
d21f994eee
Removes rtp stats option and adds options for disabling/enabling stats and audio levels.
2015-02-09 14:51:25 +02:00
Boris Grozev
87f8b91a96
Implements recording through a jirecon instance.
2014-12-30 19:57:43 +02:00
paweldomas
933a41492e
No longer requires focus component and focusUserJid to be configured in config.js(but they can still be overridden there).
2014-12-05 17:02:41 +01:00
paweldomas
f749bed1dd
Adds jicofo debian package integration.
2014-12-02 20:11:54 +01:00
paweldomas
e308025143
Merge branch 'master' into ssfocus
...
Conflicts:
config.js
libs/strophe/strophe.jingle.session.js
rtp_sts.js
2014-12-02 20:09:24 +01:00
hristoterezov
edb89a65d5
Adds config property for enabling firefox support
2014-12-01 19:59:51 +02:00
paweldomas
7e90d73003
Saves PeerConnection statistics and prepares to send them over XMPP(written by Boris Grozev).
2014-11-28 16:23:57 +01:00
paweldomas
8f94ac8b09
Detects focus user in reliable way(through user real JID). Fixes kicked event when both 307 and 110 status codes are received in MUC presence.
2014-11-28 16:21:01 +01:00
paweldomas
6afcfb2598
Basic recording.
2014-11-28 16:05:10 +01:00
paweldomas
f629ec17fa
Focus and debug changes
2014-11-28 16:00:57 +01:00
hristoterezov
480d6f8c59
Enables the welcome page in config file.
2014-11-12 10:35:44 +02:00
hristoterezov
6861dc967f
Removes "," from the last element in config.js
2014-11-04 16:15:34 +02:00
hristoterezov
cbb3b78d9a
Removes brand.js
2014-11-04 16:14:02 +02:00
George Politis
ee44ed5749
Adds config.adaptiveSimulcast, a new bool option that optionally enables simulcast adaptivity.
2014-11-04 14:27:23 +01:00
George Politis
71c08450bb
Fixes flickering issue with simulcast.
2014-10-06 13:54:03 +02:00
Boris Grozev
5bec891d41
Adds an option to enable adaptive-last-n.
2014-10-01 14:25:22 +03:00
paweldomas
b7a229941c
Fixes 'undefined' default SIP number.
2014-09-25 15:51:46 +02:00
paweldomas
8c64d3192b
Adds advertisement of XEP-0115 capabilities to MUC presence.
2014-09-25 12:23:16 +02:00
George Politis
ffaa9a62b8
Adds simulcast support in meet.
2014-09-11 14:26:46 +02:00
paweldomas
801f6fa039
Makes it possible to configure the sources of desktop video stream.
2014-09-09 09:10:22 +02:00
bgrozev
ba8606df80
Enables rtcp-mux and bundle by default.
...
Allows TCP to be used if the bridge supports it.
2014-09-05 19:58:14 +03:00
yanas
e89c7ea85c
Adds a last-n user interface. Some code restructuring related to last-n and stream reception/deletion. Adds a contact list user interface.
2014-08-22 17:37:11 +02:00
hristoterezov
1794003875
Implements welcome page.
2014-08-21 19:42:54 +03:00
paweldomas
f61accc812
Removes default SIP number.
2014-08-19 14:07:59 +02:00
Boris Grozev
20b69ce5ca
Adds support for bundle.
2014-08-18 12:04:46 +03:00
Damian Minkov
aeaa70ca0c
Handles two domains one for anonymous users, and one for authorized one, where only authorized users can create chat rooms.
2014-08-08 17:53:53 +03:00
paweldomas
1a074b12b4
Adds SIP gateway support.
2014-08-08 15:25:24 +02:00
Boris Grozev
943f0d3db1
Adds a config option to enable rtcp-mux.
2014-07-31 07:09:38 +03:00
yanas
1d3df3c41c
Audio level indication. Improvements in rollover and active speaker UI. Part 2.
2014-07-22 15:12:48 +02:00
Lyubomir Marinov
69508d7734
Fixes a syntax error. Adds the ability to define a default value for the channel attribute last-n. Parses JSON messages from Videobridge received on the data channel. Fixes unnecessary changing of the value of the channel attribute expire from 15 to 60.
2014-07-16 01:36:51 +03:00
damencho
142681e8b4
Merge pull request #74 from turint/master
...
Adds debian packaging.
2014-07-07 15:49:46 +03:00
turint
0c495b3d28
jitsi-meet.example.com domain references in the example config
2014-07-04 22:25:44 +03:00
Boris Grozev
c0dc84d824
Adds a button for recording.
2014-07-01 16:02:34 +02:00
yanas
715749ead8
Adds support for sctp data channels + user interface for active speaker. Makes the toolbar more visible. Moves toolbar and videolayout related code in separate classes.
2014-06-12 20:59:47 +03:00
paweldomas
9bfa79ae82
Adds RTP stats processing.
2014-06-05 13:09:31 +02:00
paweldomas
0509b8e3c4
Adds SCTP data channels.
2014-06-04 16:51:04 +03:00
paweldomas
e50be0e3b9
Fixes extension version parsing. Increases extension version.
2014-03-28 13:48:51 +01:00
paweldomas
002c984415
Updates extension version.
2014-03-28 11:08:16 +01:00
paweldomas
d5a1fe636d
Adds support for inline installs of Jitmeet Chrome extension. Automatically hides desktop sharing button based on supported Chrome version.
2014-03-17 14:00:47 +01:00
paweldomas
452704d6b3
Adds desktop streaming using Chrome extension. Does not flip local screen preview.
2014-03-17 10:02:40 +01:00
paweldomas
3e34df8730
Makes it possible to switch video streams during the session. Adds desktop sharing feature for chrome.
2014-03-13 14:44:44 +01:00
Philipp Hancke
e0eca9b5f8
config change; experimental ipv6 support for chrome canary
2014-01-26 15:43:43 +01:00
Philipp Hancke
9ceb0799ed
allow custom roomnode function as part of config to make deployment changes easier to merge
2014-01-10 22:06:20 +01:00
root
e69fa498f1
Specifies css versions.
2013-12-23 17:54:05 +01:00
Yana Stamcheva
dbe90232d0
Merging fippo's changes concerning toolbar icons size. Makes toolbar appear once we've joined.
2013-12-18 15:39:48 +01:00
Philipp Hancke
62530ef123
initial commit
2013-12-16 12:22:23 +01:00