yangjie #41
|
|
@ -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
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue