Skip to content

Commit

Permalink
New translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Cilla-luodan committed Nov 20, 2023
1 parent aab7757 commit 936875a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion en-US/dita/RTC-NG/API/class_channelmediaoptions.dita
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ class ChannelMediaOptions {
<li><codeph><ph keyref="true"/></codeph>: Publish the video captured from the custom source.</li>
<li><codeph><ph keyref="false"/></codeph>: Do not publish the captured video from a custom source.</li>
</ul>
<note type="warning">When you don't need to publish video streams, ensure this parameter is set as <codeph><ph keyref="false"/></codeph>. Otherwise, video fees will be incurred even if you do not publish video streams.</note> </pd>
</pd>
</plentry>
<plentry>
<pt>publishEncodedVideoTrack</pt>
Expand Down
2 changes: 1 addition & 1 deletion en-US/dita/RTC-NG/API/class_irtcengine.dita
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<shortdesc id="short"><ph id="shortdesc">The basic interface of the Agora SDK that implements the core functions of real-time communication.</ph></shortdesc>
<refbody>
<section id="detailed_desc">
<p><apiname keyref="IRtcEngine" />This interface provides the main methods that your app can call.</p>
<p><apiname keyref="IRtcEngine" /> provides the main methods that your app can call.</p>
<p props="cpp unreal flutter electron rn unity cs">Before calling other APIs, you must call <xref keyref="createAgoraRtcEngine" /> to create an <apiname keyref="IRtcEngine" /> object.</p>
</section>
</refbody>
Expand Down
2 changes: 1 addition & 1 deletion en-US/dita/RTC-NG/API/class_irtcengineeventhandler.dita
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
<reference id="class_irtcengineeventhandler">
<title><ph keyref="IRtcEngineEventHandler" /></title>
<shortdesc id="short"><ph id="shortdesc">The<apiname keyref="IRtcEngineEventHandler"/> SDK uses the interface to send event notifications to your app. Your app can get those notifications through methods that inherit this interface.</ph></shortdesc>
<shortdesc id="short"><ph id="shortdesc">The SDK uses the <apiname keyref="IRtcEngineEventHandler"/> interface to send event notifications to your app. Your app can get those notifications through methods that inherit this interface.</ph></shortdesc>
<refbody>
<section>
<p>All methods in this interface have default (empty) implementation. You can choose to inherit events related to your app scenario.</p>
Expand Down
2 changes: 1 addition & 1 deletion en-US/dita/RTC-NG/API/class_livetranscoding.dita
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ struct FLiveTranscoding
</plentry>
<plentry>
<pt>videoGop</pt>
<pd>GOP (Group of Pictures) in fps of the video frames. for Media Push. The default value is 30.</pd>
<pd>GOP (Group of Pictures) in fps of the video frames for Media Push. The default value is 30.</pd>
</plentry>
<plentry>
<pt>videoCodecProfile</pt>
Expand Down

0 comments on commit 936875a

Please sign in to comment.