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") {
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,