agora-appbuilder-core 4.0.3 → 4.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agora-appbuilder-core",
3
- "version": "4.0.3",
3
+ "version": "4.0.5",
4
4
  "description": "React Native template for RTE app builder",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -292,6 +292,7 @@ export const ScreenshareConfigure = (props: {children: React.ReactNode}) => {
292
292
  appId,
293
293
  rtc.RtcEngineUnsafe as unknown as IAgoraRTC,
294
294
  encryption as unknown as any,
295
+ {encoderConfig: '1080p_2', optimizationMode: 'detail'},
295
296
  );
296
297
  isActive && setScreenshareActive(true);
297
298