添加参数

This commit is contained in:
yj 2024-12-10 13:47:45 +08:00
parent 0b57e83e29
commit 79b1d8c5c2
1 changed files with 4 additions and 2 deletions

View File

@ -76,7 +76,8 @@ export default defineConfig({
BeautyOptions,
ColorEnhanceOptions,
LowlightEnhanceOptions,
VirtualBackgroundSource
VirtualBackgroundSource,
AudienceLatencyLevelType
} = require("agora-electron-sdk")
export {
createAgoraRtcEngine,
@ -101,7 +102,8 @@ export default defineConfig({
BeautyOptions,
ColorEnhanceOptions,
LowlightEnhanceOptions,
VirtualBackgroundSource
VirtualBackgroundSource,
AudienceLatencyLevelType
}
`,
})