Skip to content

Commit

Permalink
Merge pull request #3769 from AgoraIO/4.4.0-framework
Browse files Browse the repository at this point in the history
hh bugfix 0829
  • Loading branch information
Cilla-luodan authored Aug 29, 2024
2 parents bacbf6e + 509d68d commit ef2079e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dita/RTC-NG/API/class_mediarecorderconfiguration.dita
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ struct FMediaRecorderConfiguration
<parml>
<plentry>
<pt>storagePath</pt>
<pd>录音文件在本地保存的绝对路径,需精确到文件名及格式。例如:
<pd>录制文件在本地保存的绝对路径,需精确到文件名及格式。例如:
<ul>
<li props="cpp unreal bp unity electron flutter cs">Windows: <codeph>C:\Users\&lt;user_name&gt;\AppData\Local\Agora\&lt;process_name&gt;\example.mp4</codeph></li>
<li props="ios cpp unreal bp unity rn flutter">iOS: <codeph>/App Sandbox/Library/Caches/example.mp4</codeph></li>
Expand Down
4 changes: 2 additions & 2 deletions dita/RTC-NG/API/class_rtcsurfaceview.dita
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
</ul>
<p>为保证渲染出图,调用该组件前,根据当前是否加入频道进行对应操作:</p>
<ul>
<li>不加入频道时:先调用 <xref keyref="startPreview2"/>,然后调用<xref keyref="enableVideo"/>。</li>
<li>加入频道时:先开启采集,然后调用<xref keyref="enableVideo"/>。</li>
<li>不加入频道时:先调用 <xref keyref="startPreview2"/>,然后调用 <xref keyref="enableVideo"/>。</li>
<li>加入频道时:先开启采集,然后调用 <xref keyref="enableVideo"/>。</li>
</ul>
</section>
</refbody>
Expand Down

0 comments on commit ef2079e

Please sign in to comment.