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