Skip to content

Commit

Permalink
Merge branch '4.2.2-bugfix-0921' of https://github.com/AgoraIO/agora_…
Browse files Browse the repository at this point in the history
…doc_source into 4.2.2-bugfix-0921
  • Loading branch information
jinyuagora committed Sep 20, 2023
2 parents fa23aed + f026858 commit 427060e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dita/RTC-NG/API/api_imediaplayer_getstreamcount.dita
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</section>
<section id="detailed_desc">
<title>详情</title>
<note type="attention" id="note">你需要在 <xref keyref="open" /> 后调用该方法。</note> </section>
<note type="attention" id="note">请在 <xref keyref="open"/> 后并收到 <xref keyref="onPlayerSourceStateChanged" /> 回调报告播放状态为 <apiname keyref="PLAYER_STATE_OPEN_COMPLETED" /> 后再调用调用该方法。</note> </section>
<section id="parameters" props="cpp unreal bp unity cs">
<title>参数</title>
<parml>
Expand All @@ -41,4 +41,4 @@
<li>&lt; 0: 方法调用失败,详见 <xref keyref="MEDIA_PLAYER_ERROR" />。</li>
</ul> </section>
</refbody>
</reference>
</reference>
1 change: 1 addition & 0 deletions dita/RTC-NG/API/class_screencaptureparameters.dita
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@
<li><codeph><ph keyref="true"/></codeph>:(默认)采集鼠标。</li>
<li><codeph><ph keyref="false"/></codeph>: 不采集鼠标。</li>
</ul></p>
<note props="cpp mac unity flutter electron">受 macOS 系统限制,在共享屏幕时将该参数设置为 <codeph><ph keyref="false"/></codeph> 无效(共享窗口时无影响)。</note>
</pd>
</plentry>
<plentry props="mac cpp unreal bp unity electron rn flutter cs">
Expand Down
2 changes: 1 addition & 1 deletion dita/RTC-NG/config/keys-rtc-ng-api-ios.ditamap
Original file line number Diff line number Diff line change
Expand Up @@ -3465,7 +3465,7 @@
<keydef keys="onConnectionStateChanged" href="../API/callback_irtcengineeventhandler_onconnectionstatechanged.dita">
<topicmeta>
<keywords>
<keyword>connectionChangedToState</keyword>
<keyword>connectionStateChanged</keyword>
</keywords>
</topicmeta>
</keydef>
Expand Down
2 changes: 1 addition & 1 deletion dita/RTC-NG/config/keys-rtc-ng-api-macos.ditamap
Original file line number Diff line number Diff line change
Expand Up @@ -3231,7 +3231,7 @@
<keydef keys="onConnectionStateChanged" href="../API/callback_irtcengineeventhandler_onconnectionstatechanged.dita">
<topicmeta>
<keywords>
<keyword>connectionChangedToState</keyword>
<keyword>connectionStateChanged</keyword>
</keywords>
</topicmeta>
</keydef>
Expand Down
2 changes: 1 addition & 1 deletion en-US/dita/RTC-NG/config/keys-rtc-ng-api-ios.ditamap
Original file line number Diff line number Diff line change
Expand Up @@ -3465,7 +3465,7 @@
<keydef keys="onConnectionStateChanged" href="../API/callback_irtcengineeventhandler_onconnectionstatechanged.dita">
<topicmeta>
<keywords>
<keyword>connectionChangedToState</keyword>
<keyword>connectionStateChanged</keyword>
</keywords>
</topicmeta>
</keydef>
Expand Down
2 changes: 1 addition & 1 deletion en-US/dita/RTC-NG/config/keys-rtc-ng-api-macos.ditamap
Original file line number Diff line number Diff line change
Expand Up @@ -3231,7 +3231,7 @@
<keydef keys="onConnectionStateChanged" href="../API/callback_irtcengineeventhandler_onconnectionstatechanged.dita">
<topicmeta>
<keywords>
<keyword>connectionChangedToState</keyword>
<keyword>connectionStateChanged</keyword>
</keywords>
</topicmeta>
</keydef>
Expand Down

0 comments on commit 427060e

Please sign in to comment.