From bef8aaa6b13a062577255ab7608d685702b4f482 Mon Sep 17 00:00:00 2001 From: harshithpabbati Date: Sun, 16 Jan 2022 16:23:14 +0530 Subject: [PATCH] update env.example file --- custom/fitness-demo/env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom/fitness-demo/env.example b/custom/fitness-demo/env.example index b4eeffe..697604a 100644 --- a/custom/fitness-demo/env.example +++ b/custom/fitness-demo/env.example @@ -7,5 +7,5 @@ DAILY_API_KEY= # Daily REST API endpoint DAILY_REST_DOMAIN=https://api.daily.co/v1 -# Run in demo mode (will create a demo room for you to try) -DAILY_DEMO_MODE=0 \ No newline at end of file +# Enable manual track subscriptions +MANUAL_TRACK_SUBS=1 \ No newline at end of file