temporary fixes daily issue (#1469)

pull/1418/head^2
Peer Richelsen 2022-01-11 10:24:37 +00:00 committed by GitHub
parent e24d8889fc
commit a61cb690af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ const DailyVideoApiAdapter = (credential: Credential): VideoApiAdapter => {
if (scalePlan === "true") {
return {
privacy: "private",
privacy: "public",
properties: {
enable_new_call_ui: true,
enable_prejoin_ui: true,
@ -123,7 +123,7 @@ const DailyVideoApiAdapter = (credential: Credential): VideoApiAdapter => {
};
}
return {
privacy: "private",
privacy: "public",
properties: {
enable_new_call_ui: true,
enable_prejoin_ui: true,