This commit is contained in:
parent
fe9517623e
commit
4d61244044
|
|
@ -262,10 +262,10 @@ const agora = {
|
|||
let data = {};
|
||||
if (isFluencyPriority) {
|
||||
data = {
|
||||
frameRate: 30,
|
||||
frameRate: 60,
|
||||
dimensions: {
|
||||
window: 6000,
|
||||
height: 6000,
|
||||
window: 3840,
|
||||
height: 2160,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue