Stefan Otto
880a50c463
bumb version to 3.5.0
2022-02-03 17:39:32 +01:00
Rémai Gábor
7af6f25592
copy yaml file to server dist on build
2022-02-03 15:46:55 +00:00
Rémai Gábor
7381ab28cf
update version
2022-02-03 15:11:57 +00:00
Roman Drozd
ad03ce98a8
Update README.md
2022-02-03 05:34:55 +01:00
Roman Drozd
aa6b41c081
Update README.md
2022-02-03 05:32:31 +01:00
Roman Drozd
43e3bfa93a
Remove old demo video file
2022-02-03 05:22:41 +01:00
Roman Drozd
ceb9987655
Update README.md
2022-02-03 05:21:32 +01:00
Roman Drozd
f0c5b3d76b
Update README.md demo file
2022-02-03 05:20:43 +01:00
Roman Drozd
7041e9d3d5
Revert "Add new demo video"
...
This reverts commit 874d5199e1 .
2022-02-03 05:19:11 +01:00
Roman Drozd
874d5199e1
Add new demo video
2022-02-03 04:58:37 +01:00
Roman Drozd
cb23a5a1fe
Update README.md
2022-02-03 03:36:36 +01:00
Roman Drozd
abb0bccfe9
Fix not showing mute button when producer doesn't exist
2022-02-03 03:01:44 +01:00
Stefan Otto
2f0d925e8b
Added hint about /?config=true parameter
2022-02-03 01:45:53 +01:00
Roman Drozd
de79923d27
Update README.md
...
add website address
2022-02-02 22:10:51 +01:00
Roman Drozd
28ce892736
Merge branch 'feat-store-refactoring' into develop
2022-02-02 22:02:25 +01:00
Roman Drozd
fb2d8e0634
rootReducer reordering
2022-02-02 21:32:42 +01:00
Roman Drozd
412b513608
Fix mistake
2022-02-02 21:26:42 +01:00
Roman Drozd
f3f1fd8b25
Rename "recoderReducer" reducer into "recoder"
2022-02-02 21:08:56 +01:00
Roman Drozd
e3c1ccb492
Update README.md
...
Fix path
2022-02-02 20:58:38 +01:00
Roman Drozd
ea1228e8d2
Move "actions/" into store/
2022-02-02 20:22:06 +01:00
Roman Drozd
2f056a3dda
Move "reducers/" into store/
2022-02-02 19:52:37 +01:00
Roman Drozd
1ddcc449aa
Move "Selectors.js" into store/selectors.js
2022-02-02 19:52:37 +01:00
Roman Drozd
b12f15dca8
Create "store" dir and move "store.js" there
2022-02-02 19:52:37 +01:00
Stefan Otto
8d020df00a
TOC documentation, work in progress
2022-02-02 18:46:11 +01:00
Stefan Otto
43f8fe3b07
Adding central docs folder
2022-02-02 18:34:23 +01:00
Stefan Otto
acb05f2c08
Better nodejs version check
2022-02-02 18:18:26 +01:00
Stefan Otto
cdf64e77d2
Lint shadowing
2022-02-02 17:45:22 +01:00
Roman Drozd
2a4c6d83d0
Update README.md
...
typo
2022-02-02 17:42:11 +01:00
Roman Drozd
5d1122247f
lint code
2022-02-02 16:28:16 +01:00
Stefan Otto
30e2fabc4f
Adding scaling and hardware from wiki to branch, so it's versioned now
2022-02-02 15:29:45 +01:00
N7Remus
31e603cfc7
Merge pull request #946 from edumeet/fix-readme
...
Update installation and setup steps + format
2022-02-02 15:20:34 +01:00
N7Remus
e8979f726f
Merge pull request #947 from edumeet/fix-readme-v2
...
Update README.md
2022-02-02 15:20:07 +01:00
N7Remus
61230887aa
Merge pull request #948 from edumeet/fix-readme-v3
...
Fix readme v3
2022-02-02 15:17:05 +01:00
N7Remus
07e245a691
add logo
2022-02-02 15:03:05 +01:00
N7Remus
5b5666f7b4
remove icons
2022-02-02 14:37:07 +01:00
Stefan Otto
58d35be845
increasing maxIncomingBitrate (typo?)
2022-02-02 14:30:46 +01:00
Stefan Otto
ae879d73d0
reenabling spdy for node.js versions<15
2022-02-02 14:30:00 +01:00
Stefan Otto
2358f38770
upgrading mediasoup since build problems are resolved
2022-02-02 14:28:37 +01:00
N7Remus
9ad9758f25
visual highlighting
2022-02-02 14:24:42 +01:00
N7Remus
330e606286
format add collapsible section
2022-02-02 14:14:45 +01:00
N7Remus
445d1ed07a
Format readme
2022-02-02 13:49:25 +01:00
Roman Drozd
2b91a7138b
Update README.md
...
A lot of description improvements.
2022-02-01 23:29:11 +01:00
N7Remus
2a66031b33
Update installation and setup steps
2022-02-01 16:19:16 +01:00
Stefan Otto
5a0761c015
downgrading mediasoup because of weird build problems
2022-02-01 14:24:22 +01:00
Stefan Otto
e1ec3ae79a
Update to work with node.js v16 LTS
...
Redis:
- redis-> redis@v3 until v4 is working stable
( https://github.com/tj/connect-redis/issues/336 )
- connect-redis -> 6.0.0
- update @types/connect-redis -> ^0.0.18 and removed
@types/redis since this is not necessary anymore
Corrected edumeet server version
deactivated spdy since it is not working anymore with node.js>15
( https://github.com/spdy-http2/node-spdy/issues/380 )
removed package-lock.json ( just support yarn, use npm at your own risk
2022-02-01 11:37:08 +01:00
Stefan Otto
6711bd1709
added python3-pip to manual install documentation
2022-02-01 01:45:45 +01:00
Stefan Otto
22b18ff3b9
Merge pull request #945 from edumeet/feat-localrecording-disclaimer-v2
...
Localrecording Disclaimer
2022-01-31 22:42:28 +01:00
Rémai Gábor
79d31b23f1
Add translations for localrecording
2022-01-28 13:43:58 +00:00
Rémai Gábor
bea537f162
yarn gen-config
2022-01-28 13:32:00 +00:00
Rémai Gábor
ffb722bc4c
Localrecording Disclaimer
2022-01-26 22:38:17 +01:00