调整屏幕采集帧率
This commit is contained in:
parent
3c2356087d
commit
a80ee1efab
|
|
@ -469,7 +469,7 @@ export const agora = {
|
|||
}
|
||||
|
||||
let data = {
|
||||
frameRate: isFluencyPriority ? 30 : 15,
|
||||
frameRate: isFluencyPriority ? 15 : 7,
|
||||
dimensions: {
|
||||
width: 1920,
|
||||
height: 1080,
|
||||
|
|
|
|||
Loading…
Reference in New Issue