Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Api ld batch1 #3617

Merged
merged 2 commits into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions dita/RTC-NG/API/api_irtcengine_muteallremotevideostreams.dita
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@
</section>
<section id="timing" deliveryTarget="details">
<title>调用时机</title>
<ul><li>该方法需要在加入频道后调用。</li>
<li>如果你在离开频道后调用 <apiname keyref="muteAllRemoteVideoStreams"/>(<codeph><ph keyref="true"/></codeph>),则下次加入频道时,将不会订阅任何用户的视频流。</li>
</ul>
<p>该方法需要在加入频道后调用。</p>
<note type="attention">如果你在离开频道后调用 <apiname keyref="muteAllRemoteVideoStreams"/>(<codeph><ph keyref="true"/></codeph>),则下次加入频道时,将不会订阅任何用户的视频流。</note
</section>
<section id="restriction" deliveryTarget="details">
<title>调用限制</title>
Expand Down
2 changes: 1 addition & 1 deletion dita/templates-cn/RTC/Method.dita
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</parml> </section>
<section id="return_values">
<title><ph keyref="return-section-title"/></title>
<p props="flutter">方法成功调用时,无返回值;方法调用失败时,会抛出 <xref keyref="AgoraRtcException"/> 异常,你需要捕获异常并进行处理。</p>
<p props="flutter">方法成功调用时,无返回值;方法调用失败时,会抛出 <xref keyref="AgoraRtcException"/> 异常,你需要捕获异常并进行处理。<ph props="cn">详见<xref keyref="error-code-link"/>了解详情和解决建议。</ph></p>
<ul props="native electron unity rn unreal bp">
<li>0: 方法调用成功。</li>
<li>&lt; 0: 方法调用失败。<ph props="cn">详见<xref keyref="error-code-link"/>了解详情和解决建议。</ph></li>
Expand Down
Loading