forked from 100mslive/100ms-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
36 lines (36 loc) · 1.08 KB
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "100ms conference app",
"website": "https://100ms.live",
"env": {
"REACT_APP_TILE_SHAPE": {
"description": "Video Tile Shape, takes values of format 1-2"
},
"REACT_APP_THEME": {
"description": "Light or Dark, takes value Ligth|Dark"
},
"REACT_APP_COLOR": {
"description": "Brand Color, takes hex value"
},
"REACT_APP_LOGO": {
"description": "Brand Logo, Take any image url"
},
"REACT_APP_FONT": {
"description": "Font to be used, Takes value Inter|Roboto|Lato|OpenSans|MontSerrat|IBMPlexSans"
},
"REACT_APP_SHOW_CHAT": {
"description": "Allow Chat or not, Takes value True|False"
},
"REACT_APP_SHOW_SCREENSHARE": {
"description": "Allow Screenshare or not , Takes value True|False"
},
"REACT_APP_VIDEO_AVATAR": {
"description": "Takes value None|Initial"
},
"REACT_APP_TOKEN_GENERATION_ENDPOINT": {
"description": "API url where your 100ms token generation service is hosted"
},
"REACT_APP_ENV": {
"description": "Internal env variable for 100ms"
}
}
}