Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyuagora committed Jul 16, 2024
1 parent ebbbaae commit deeab17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<section id="return_values">
<title>返回值</title>
<ul>
<li>&ge; 0: 方法调用成功,返回 SDK 当前的 Monotonic Time(毫秒)。</li>
<li> 0: 方法调用成功,返回 SDK 当前的 Monotonic Time(毫秒)。</li>
<li>&lt; 0: 方法调用失败。<ph props="cn">详见<xref keyref="error-code-link"/>了解详情和解决建议。</ph></li>
</ul> </section>
</refbody>
Expand Down
2 changes: 1 addition & 1 deletion dita/RTC-NG/API/api_irtcengine_switchcamera.dita
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</section>
<section id="detailed_desc" deliveryTarget="details" otherprops="no-title">
<p id="desc">你可以调用该方法在 App 运行期间基于可用摄像头的实际情况来动态切换摄像头,而无需重启视频流或重新配置视频源。</p>
<p props="android">该方法和 <xref keyref="switchCamera2"/> 均用于切换摄像头,区别在于 <apiname keyref="switchCamera2"/> 通过指定摄像头 ID 切换到特定的摄像头,该方法则切换摄像头的方向(前置或后置)。</li>
<p props="android">该方法和 <xref keyref="switchCamera2"/> 均用于切换摄像头,区别在于 <apiname keyref="switchCamera2"/> 通过指定摄像头 ID 切换到特定的摄像头,该方法则切换摄像头的方向(前置或后置)。</p>
</section>
<section id="timing" deliveryTarget="details">
<title>调用时机</title>
Expand Down

0 comments on commit deeab17

Please sign in to comment.