temporary fixes daily issue (#1469)

This commit is contained in:
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

View file

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