add live meeting in broadcast screen #92

Open
bilal.catic wants to merge 10 commits from add-live-chat-directly-in-broadcast into master
2 changed files with 2 additions and 2 deletions
Showing only changes of commit afd51a51f0 - Show all commits

View File

@@ -34,4 +34,4 @@ MILLICAST_API_SECRET=
MILLICAST_ACCOUNT_ID=
# Daily.co live chat API token
DAILY_API_TOKEN=
DAILYCO_API_KEY=

View File

@@ -19,7 +19,7 @@ class Daily
def headers
{
'Authorization': "Bearer #{ENV['DAILY_API_TOKEN']}"
'Authorization': "Bearer #{ENV['DAILYCO_API_KEY']}"
}
end
end