屏幕共享清晰度

This commit is contained in:
yj 2024-08-20 17:10:29 +08:00
parent b044542744
commit 99e5a22c8e
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: 15, frameRate: 30,
dimensions: { dimensions: {
window: 3000, window: 6000,
height: 3000, height: 6000,
} }
} }
} }