George Politis
86c867ea71
docs: Documents the p2p.useStunTurn option.
7 år sedan
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.
7 år sedan
Saúl Ibarra Corretgé
3ea2f00578
feat(p2p): refactor configuration options
7 år sedan
Saúl Ibarra Corretgé
35f79dd2b4
config: default resolution is now 720p
7 år sedan
paweldomas
4b487e3c89
config: enable P2P by default
8 år sedan
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
8 år sedan
Leonard Kim
0f0ff6788c
fix(config): Bring back minHDHeight
8 år sedan
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.
8 år sedan
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.
8 år sedan
paweldomas
5e2e7902ce
fix(config.js): remove unused 'logStats'
This config option is not used anymore.
8 år sedan
paweldomas
fba086134d
add default STUN servers to config.js
8 år sedan
paweldomas
fb47b6ae21
feat: add test P2P methods
8 år sedan
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
8 år sedan
Saúl Ibarra Corretgé
9f866ae608
config: switch default disableRtx to false
8 år sedan
Saúl Ibarra Corretgé
213b73da6e
cleanup: remove old adaptive simulcast config option
8 år sedan
Saúl Ibarra Corretgé
175c8e6e50
cleanup: remove adaptive las N config option
The feature has been replaced so the option no longer applies.
8 år sedan
Saúl Ibarra Corretgé
f90667b23c
doc: document resolution config option and set it to 720 by default
8 år sedan
George Politis
3d671ae71f
docs: Documents the disableRtx config option.
8 år sedan
George Politis
a7015b0d1a
fix: Respect the disableRtx config option.
8 år sedan
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.
8 år sedan
Boris Grozev
7707e384c5
config: Disable suspend video by default.
8 år sedan
Boris Grozev
142f6e4518
feat: Enables by default tab sharing for chrome.
8 år sedan
Lyubomir Marinov
a2b076985a
ESLint
Enable ESLint on jitsi-meet with the same configuration and the same
goals as in lib-jitsi-meet.
8 år sedan
damencho
fcf7069b25
Adds close page.
When enabled after hanging up redirect to close page, if needed feedback will be displayed.
8 år sedan
hristoterezov
f10b13328f
feat(profile): Don't allow non-guest users to edit their profile
8 år sedan
George Politis
318ab2c9dc
Nukes the pre-configured bridge from the config file.
9 år sedan
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.
9 år sedan
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.
9 år sedan
yanas
72454ff279
HD label added when the large video is in HD.
9 år sedan
George Politis
70346e2307
Replaces obsolete config option and enables simulcast by default.
9 år sedan
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.
9 år sedan
Boris Grozev
e06ec616a6
Changes enableThirdParty requests to disableThirdParty requests, in
order to not change existing behaviour (without changes to config.js).
9 år sedan
Jesse Bickel
46a5c909c8
Only load 3rd party JavaScript when config.enableThirdPartyRequests is true.
9 år sedan
Boris Grozev
f42684d789
Changes enableThirdParty requests to disableThirdParty requests, in
order to not change existing behaviour (without changes to config.js).
9 år sedan
Jesse Bickel
3f42f8bf67
Only load 3rd party JavaScript when config.enableThirdPartyRequests is true.
9 år sedan
Spellauge
277f340063
authdomain2
9 år sedan
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).
9 år sedan
Boris Grozev
bd58e6c799
Enables the jshint maximum line length check (80 chars) globally, and only overrides it in certain files.
9 år sedan
Boris Grozev
995b3be6e7
Implements screen sharing for firefox, using a jidesha extension.
Renames some fields in config.js.
9 år sedan
paweldomas
a7048fba06
Implements HTTP POST query for fetching app configuration.
9 år sedan
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.)
9 år sedan
hristoterezov
47b6355d66
Implements functionality that forces the user to enter display name.
9 år sedan
hristoterezov
506312ac95
Integrates callstats.io API.
10 år sedan
hristoterezov
8a4c341512
Implements default language config property and comments to config.js
10 år sedan
hristoterezov
099e3340bc
Implements start muted feature.
10 år sedan
hristoterezov
cc1ad1bc13
Implement the functionality that allows users to start the conversation muted.
10 år sedan
George Politis
e98c8ada6a
Nukes the enableFirefoxSupport config param.
10 år sedan
George Politis
58494d45db
Brings back goog-remb signaling.
10 år sedan
paweldomas
90d979b69d
Makes it possible to display notification message above the toolbar.
10 år sedan
George Politis
e1d71a41f7
Adds FF in the list of supported browsers. Enables it by default.
10 år sedan