Skip to content

Commit

Permalink
update return value
Browse files Browse the repository at this point in the history
  • Loading branch information
Suri539 committed Nov 30, 2023
1 parent acd3652 commit c480f3d
Showing 1 changed file with 1 addition and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,6 @@
<pd/>
</plentry>
</parml> </section>
<section id="return_values">
<title><ph keyref="return-section-title"/></title>
<p props="flutter">方法成功调用时,无返回值;方法调用失败时,会抛出 <xref keyref="AgoraRtcException"/> 异常,你需要捕获异常并进行处理。<ph props="cn">详见<xref keyref="error-code-link"/>了解详情和解决建议。</ph></p>
<ul>
<li props="native unreal bp unity electron rn cs">0: 方法调用成功。</li>
<li>&lt; 0: 方法调用失败。
<ul>
<li>-2:url 为空或为长度为 0 的字符串。</li>
<li>-7:调用该方法前,未初始化 SDK。</li>
<li>-19:该旁路推流 URL 已在使用中,请使用其他旁路推流 URL。</li>
</ul> </li>
</ul> </section>
<section id="return_values" conkeyref="startRtmpStreamWithTranscoding/return_values"></section>
</refbody>
</reference>

0 comments on commit c480f3d

Please sign in to comment.