diff --git a/dailyjs/active-speaker/env.example b/dailyjs/active-speaker/env.example index 5ab7e03..62eaf89 100644 --- a/dailyjs/active-speaker/env.example +++ b/dailyjs/active-speaker/env.example @@ -6,3 +6,7 @@ DAILY_API_KEY= # Daily REST API endpoint DAILY_REST_DOMAIN=https://api.daily.co/v1 + + +# Enable manual track subscriptions +MANUAL_TRACK_SUBS=1 \ No newline at end of file diff --git a/dailyjs/pagination/env.example b/dailyjs/pagination/env.example index b064186..62eaf89 100644 --- a/dailyjs/pagination/env.example +++ b/dailyjs/pagination/env.example @@ -1,5 +1,12 @@ +# Domain excluding 'https://' and 'daily.co' e.g. 'somedomain' DAILY_DOMAIN= + +# Obtained from https://dashboard.daily.co/developers DAILY_API_KEY= + +# Daily REST API endpoint DAILY_REST_DOMAIN=https://api.daily.co/v1 -DAILY_ROOM= + + +# Enable manual track subscriptions MANUAL_TRACK_SUBS=1 \ No newline at end of file