Skip to content

Commit

Permalink
Merge branch 'master' of github.com:AgoraIO/agora_doc_source
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyuagora committed Jul 11, 2024
2 parents 98e4fe0 + 7693bf6 commit d8a4a33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dita/RTC-NG/API/api_irtcengine_setlogfile.dita
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dl outputclass="deprecated">
<dlentry>
<dt>弃用:</dt>
<dd>此方法已废弃,请改用 <xref keyref="initialize" /> 中的 <codeph>logConfig</codeph> 参数设置日志文件路径。</dd>
<dd>此方法已废弃,请改用 <xref keyref="RtcEngineConfig" /> 中的 <codeph props="cpp unreal bp ios mac unity cs electron rn flutter">logConfig</codeph><codeph props="android hmos">mLogConfig</codeph> 参数设置日志文件路径。</dd>
</dlentry>
</dl>
<p>设置 SDK 的输出 log 文件。SDK 运行时产生的所有 log 将写入该文件。App 必须保证指定的目录存在而且可写。</p>
Expand Down
2 changes: 1 addition & 1 deletion dita/RTC-NG/API/api_irtcengine_startlastmileprobetest.dita
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</section>
<section id="restriction" deliveryTarget="details">
<title>调用限制</title>
<p>在直播场景中,如果本地用户为主播,请勿加入频道后调用该方法。</p>
<p>。</p>
</section>
<section id="related" deliveryTarget="details">
<title>相关回调</title>
Expand Down

0 comments on commit d8a4a33

Please sign in to comment.