Skip to content

Commit

Permalink
fix errorcode in beautyeffect
Browse files Browse the repository at this point in the history
  • Loading branch information
Nero-Hu committed Sep 27, 2023
1 parent cbf4d9e commit 8e863f5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dita/RTC-NG/API/api_irtcengine_setbeautyeffectoptions.dita
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,11 @@
<li props="native unreal bp electron unity rn cs">0: 方法调用成功。</li>
<li>&lt; 0: 方法调用失败。
<ul>
<li><ph>-4:当前设备能力不满足美颜的使用要求,建议更换性能更高的设备。</ph><ph props="android rn unity flutter cs">或当前设备版本低于 Android 5.0,不支持该操作,请更换设备或升级操作系统。</ph></ph>
<li>-4:当前设备不支持该功能,可能的原因有:
<ul>
<li>当前设备能力不满足美颜的使用要求,建议更换性能更高的设备。</li>
<li props="android rn unity flutter cs">当前设备版本低于 Android 5.0,不支持该操作,建议更换设备或升级操作系统。</li>
</ul>
</ul></li>
</ul> </section>
</refbody>
Expand Down

0 comments on commit 8e863f5

Please sign in to comment.