diff --git a/dita/RTC-NG/API/api_irtcengine_setcameracapturerconfiguration.dita b/dita/RTC-NG/API/api_irtcengine_setcameracapturerconfiguration.dita
index 59714ad3214..7460e007d93 100644
--- a/dita/RTC-NG/API/api_irtcengine_setcameracapturerconfiguration.dita
+++ b/dita/RTC-NG/API/api_irtcengine_setcameracapturerconfiguration.dita
@@ -30,18 +30,16 @@
CameraCapturerConfiguration config);
-
- 在调整摄像头的焦距配置前,建议先调用 查询设备支持的焦距能力,再根据查询结果进行配置。
- 由于部分 Android 设备的限制,即使根据 的查询结果设置焦距类型,设置结果也可能不生效。
- 该方法仅适用于 Android 和 iOS。
-
+
调用时机
该方法必须在开启本地摄像头采集前调用,如 和 前调用。
- 调用限制
- 无。
+ 调用限制
+ 在调整摄像头的焦距配置前,建议先调用 查询设备支持的焦距能力,再根据查询结果进行配置。
+ 由于部分 Android 设备的限制,即使根据 的查询结果设置焦距类型,设置结果也可能不生效。
+ 无。
参数
diff --git a/dita/RTC-NG/API/api_irtcengine_setlocalrendermode2.dita b/dita/RTC-NG/API/api_irtcengine_setlocalrendermode2.dita
index c1fbd70142f..05b59fcca08 100644
--- a/dita/RTC-NG/API/api_irtcengine_setlocalrendermode2.dita
+++ b/dita/RTC-NG/API/api_irtcengine_setlocalrendermode2.dita
@@ -77,6 +77,7 @@
mirror
本地视图的镜像模式,详见 。
+ 该参数不生效。如需实现镜像显示效果,请在 Unreal Engine 中进行镜像设置。
该参数仅对 SDK 自渲染生效,如果你想要设置视图镜像,可以将 GameObject 的 scaleX 设为 -1 或 +1。
本地视图的镜像模式。
@@ -84,7 +85,8 @@
- (1):开启本地视图的镜像模式。
- (2):关闭本地视图的镜像模式。
- 如果你使用前置摄像头,默认启动本地用户视图镜像模式;如果你使用后置摄像头,默认关闭本地视图镜像模式。
+ 如果你使用前置摄像头,默认启动本地用户视图镜像模式;如果你使用后置摄像头,默认关闭本地视图镜像模式。
+
diff --git a/dita/RTC-NG/API/api_irtcengine_setlocalvideomirrormode.dita b/dita/RTC-NG/API/api_irtcengine_setlocalvideomirrormode.dita
index d0fbf66aac6..cc3d9b3e3b8 100644
--- a/dita/RTC-NG/API/api_irtcengine_setlocalvideomirrormode.dita
+++ b/dita/RTC-NG/API/api_irtcengine_setlocalvideomirrormode.dita
@@ -48,6 +48,7 @@
+
diff --git a/dita/RTC-NG/API/api_irtcengine_setremoterendermode2.dita b/dita/RTC-NG/API/api_irtcengine_setremoterendermode2.dita
index 2b3706ee1c6..e2dd2c1d94f 100644
--- a/dita/RTC-NG/API/api_irtcengine_setremoterendermode2.dita
+++ b/dita/RTC-NG/API/api_irtcengine_setremoterendermode2.dita
@@ -82,6 +82,7 @@
+
diff --git a/dita/RTC-NG/API/api_irtcengineex_setremoterendermodeex.dita b/dita/RTC-NG/API/api_irtcengineex_setremoterendermodeex.dita
index 3405e12b240..41e016f0084 100644
--- a/dita/RTC-NG/API/api_irtcengineex_setremoterendermodeex.dita
+++ b/dita/RTC-NG/API/api_irtcengineex_setremoterendermodeex.dita
@@ -74,6 +74,7 @@
mirrorMode
远端用户视图的镜像模式,详见 。
+
远端用户视图的镜像模式:
diff --git a/dita/RTC-NG/API/class_videocanvas.dita b/dita/RTC-NG/API/class_videocanvas.dita
index ed844588797..951ee55a61e 100644
--- a/dita/RTC-NG/API/class_videocanvas.dita
+++ b/dita/RTC-NG/API/class_videocanvas.dita
@@ -292,6 +292,7 @@ class VideoCanvas {
mirrorMode
视图镜像模式,详见 。
+