mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
readme tweaks
Note that Chrome requires https for voip (fixes #2506) Remove lies about where issues are filed.
This commit is contained in:
parent
9310d92605
commit
e0556789d2
1 changed files with 4 additions and 6 deletions
10
README.md
10
README.md
|
@ -21,6 +21,10 @@ released version of Riot:
|
||||||
as desired. See below for details.
|
as desired. See below for details.
|
||||||
1. Enter the URL into your browser and log into Riot!
|
1. Enter the URL into your browser and log into Riot!
|
||||||
|
|
||||||
|
Note that Chrome does not allow microphone or webcam access for sites served
|
||||||
|
over http (except localhost), so for working VoIP you will need to serve Riot
|
||||||
|
over https.
|
||||||
|
|
||||||
Important Security Note
|
Important Security Note
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
|
@ -222,12 +226,6 @@ If any of these steps error with, `file table overflow`, you are probably on a m
|
||||||
which has a very low limit on max open files. Run `ulimit -Sn 1024` and try again.
|
which has a very low limit on max open files. Run `ulimit -Sn 1024` and try again.
|
||||||
You'll need to do this in each new terminal you open before building Riot.
|
You'll need to do this in each new terminal you open before building Riot.
|
||||||
|
|
||||||
Filing issues
|
|
||||||
=============
|
|
||||||
|
|
||||||
All issues for Vector-web and Matrix-react-sdk should be filed at
|
|
||||||
https://github.com/matrix-org/matrix-react-sdk/issues
|
|
||||||
|
|
||||||
Triaging issues
|
Triaging issues
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue