Skip to content

Commit

Permalink
add props for flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
Nero-Hu committed Oct 24, 2024
1 parent 07a4d83 commit 022ab6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<p id="desc1">该回调描述每个用户在通话中的 last mile 网络状态,其中 last mile 是指设备到声网边缘服务器的网络状态。</p>
<p id="desc2">该回调每 2 秒触发一次。如果远端有多个用户,该回调每 2 秒会被触发多次。</p>
<p>该回调通过频道内的广播包反馈网络质量。过多的广播包可能引发广播风暴。为防止广播风暴导致频道内大量数据传输,该回调默认支持同时反馈最多 4 个远端主播的网络质量。</p>
<note type="note"><ph>用户不发流时,<parmname>txQuality</parmname> 为 <codeph props="cpp unreal bp android hmos unity">UNKNOWN</codeph><codeph props="ios mac electron rn">Unknown</codeph>;用户不收流时,<parmname>rxQuality</parmname> 为 <codeph props="cpp unreal bp android hmos unity">UNKNOWN</codeph><codeph props="ios mac electron rn">Unknown</codeph>。</ph></note> </section>
<note type="note"><ph>用户不发流时,<parmname>txQuality</parmname> 为 <codeph props="cpp unreal bp android hmos unity">UNKNOWN</codeph><codeph props="ios mac electron rn flutter">Unknown</codeph>;用户不收流时,<parmname>rxQuality</parmname> 为 <codeph props="cpp unreal bp android hmos unity">UNKNOWN</codeph><codeph props="ios mac electron rn flutter">Unknown</codeph>。</ph></note> </section>
<section id="parameters">
<title><ph keyref="callback-section-title" /></title>
<parml>
Expand Down

0 comments on commit 022ab6f

Please sign in to comment.