yangjie #41

Merged
yangqiang merged 20 commits from yangjie into master 2024-12-11 14:52:08 +08:00
1 changed files with 4 additions and 2 deletions
Showing only changes of commit 79b1d8c5c2 - Show all commits

View File

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