|
# 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
|
|
|
|
|
|
# Enable manual track subscriptions
|
|
MANUAL_TRACK_SUBS=1 |