From b3ce84ecd4ee2f9f573f55065ff7e431a217adad Mon Sep 17 00:00:00 2001 From: Mustafa BOLEKEN Date: Thu, 26 Dec 2024 14:49:56 +0300 Subject: [PATCH] Add new env variable --- react/.env.development.conference | 3 +++ react/.env.development.webinar | 3 +++ react/.env.production | 6 ++++++ 3 files changed, 12 insertions(+) diff --git a/react/.env.development.conference b/react/.env.development.conference index 8387365c5..1ca5f2663 100644 --- a/react/.env.development.conference +++ b/react/.env.development.conference @@ -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" diff --git a/react/.env.development.webinar b/react/.env.development.webinar index a0a40ed12..4d68cbcd5 100644 --- a/react/.env.development.webinar +++ b/react/.env.development.webinar @@ -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="" diff --git a/react/.env.production b/react/.env.production index 983d5469d..1e05ac702 100644 --- a/react/.env.production +++ b/react/.env.production @@ -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" \ No newline at end of file