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 = {};
if (isFluencyPriority) {
data = {
frameRate: 30,
frameRate: 60,
dimensions: {
window: 6000,
height: 6000,
window: 3840,
height: 2160,
}
}
}