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
|
@@ -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
|
|