Skip to content

Commit

Permalink
Add new env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaboleken committed Dec 26, 2024
1 parent 688e936 commit b3ce84e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions react/.env.development.conference
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ REACT_APP_SPEED_TEST_BEFORE_JOINING_THE_ROOM=false
# Auto Pin configurations for screen share
REACT_APP_AUTO_PIN_WHEN_SCREEN_SHARE=true

# Play only room configurations
REACT_APP_PLAY_ONLY_ROOM_EMPTY_MESSAGE="There is no active publisher right now."

# URL configurations
REACT_APP_FOOTER_LOGO_ON_CLICK_URL="https://antmedia.io/circle"
REACT_APP_REPORT_PROBLEM_URL="https://github.com/ant-media/conference-call-application/issues"
3 changes: 3 additions & 0 deletions react/.env.development.webinar
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ REACT_APP_FORCE_THEME="white"
# Speed Test configurations
REACT_APP_SPEED_TEST_BEFORE_JOINING_THE_ROOM=true

# Play only room configurations
REACT_APP_PLAY_ONLY_ROOM_EMPTY_MESSAGE="There is no active publisher right now."

# URL configurations
REACT_APP_FOOTER_LOGO_ON_CLICK_URL=""
REACT_APP_REPORT_PROBLEM_URL=""
6 changes: 6 additions & 0 deletions react/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ REACT_APP_SPEED_TEST_BEFORE_JOINING_THE_ROOM=false
# Virtual Background configurations
REACT_APP_VIRTUAL_BACKGROUND_IMAGES="https://raw.githubusercontent.com/ant-media/conference-call-application/main/static/virtualBackgroundImages/virtual-background0.png,https://raw.githubusercontent.com/ant-media/conference-call-application/main/static/virtualBackgroundImages/virtual-background1.jpg,https://raw.githubusercontent.com/ant-media/conference-call-application/main/static/virtualBackgroundImages/virtual-background2.jpg,https://raw.githubusercontent.com/ant-media/conference-call-application/main/static/virtualBackgroundImages/virtual-background3.jpg,https://raw.githubusercontent.com/ant-media/conference-call-application/main/static/virtualBackgroundImages/virtual-background4.jpg,https://raw.githubusercontent.com/ant-media/conference-call-application/main/static/virtualBackgroundImages/virtual-background5.jpg,https://raw.githubusercontent.com/ant-media/conference-call-application/main/static/virtualBackgroundImages/virtual-background7.jpg"

# Play only room configurations
REACT_APP_PLAY_ONLY_ROOM_EMPTY_MESSAGE="There is no active publisher right now."

# Play only room configurations
REACT_APP_PLAY_ONLY_ROOM_EMPTY_MESSAGE="There is no active publisher right now."

# URL configurations
REACT_APP_FOOTER_LOGO_ON_CLICK_URL="https://antmedia.io/circle"
REACT_APP_REPORT_PROBLEM_URL="https://github.com/ant-media/conference-call-application/issues"

0 comments on commit b3ce84e

Please sign in to comment.