This commit is contained in:
yj 2024-08-22 09:43:54 +08:00
parent fe9517623e
commit 4d61244044
1 changed files with 3 additions and 3 deletions

View File

@ -262,10 +262,10 @@ const agora = {
let data = {}; let data = {};
if (isFluencyPriority) { if (isFluencyPriority) {
data = { data = {
frameRate: 30, frameRate: 60,
dimensions: { dimensions: {
window: 6000, window: 3840,
height: 6000, height: 2160,
} }
} }
} }