-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3356 from AgoraIO/translation/4.x-api-ref
New YiCAT updates
- Loading branch information
Showing
352 changed files
with
1,983 additions
and
1,979 deletions.
There are no files selected for viewing
24 changes: 12 additions & 12 deletions
24
en-US/dita/RTC-NG/API/api_channelmediarelayconfiguration_getdestchannelmediainfos.dita
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd"> | ||
<reference id="api_channelmediarelayconfiguration_getdestchannelmediainfos"> | ||
<title><ph keyref="getDestChannelMediaInfos" /></title> | ||
<title><ph keyref="getDestChannelMediaInfos"/></title> | ||
<shortdesc id="short"><ph id="shortdesc">Gets the information of the target channel.</ph></shortdesc> | ||
<prolog> | ||
<metadata> | ||
<keywords> | ||
<indexterm keyref="getDestChannelMediaInfos" /> | ||
<indexterm keyref="getDestChannelMediaInfos"/> | ||
</keywords> | ||
</metadata> | ||
</prolog> | ||
<refbody> | ||
<section id="prototype"> | ||
<p outputclass="codeblock"> | ||
<codeblock props="android" outputclass="language-java">public Map<String, ChannelMediaInfo> getDestChannelMediaInfos() { | ||
<codeblock props="android" outputclass="language-java">public Map<String, ChannelMediaInfo> getDestChannelMediaInfos() { | ||
return destInfos; | ||
}</codeblock> | ||
<codeblock props="ios mac" outputclass="language-objectivec" /> | ||
<codeblock props="cpp unreal" outputclass="language-cpp" /> | ||
<codeblock props="electron" outputclass="language-typescript" /> | ||
<codeblock props="unity cs" outputclass="language-csharp" /> | ||
<codeblock props="rn" outputclass="language-typescript" /> | ||
<codeblock props="flutter" outputclass="language-dart" /> | ||
<codeblock props="reserve" outputclass="language-cpp" /></p> | ||
<codeblock props="ios mac" outputclass="language-objectivec"/> | ||
<codeblock props="cpp unreal" outputclass="language-cpp"/> | ||
<codeblock props="electron" outputclass="language-typescript"/> | ||
<codeblock props="unity cs" outputclass="language-csharp"/> | ||
<codeblock props="rn" outputclass="language-typescript"/> | ||
<codeblock props="flutter" outputclass="language-dart"/> | ||
<codeblock props="reserve" outputclass="language-cpp"></codeblock></p> | ||
</section> | ||
<section id="return_values"> | ||
<title>Returns</title> | ||
<p>The information of the target channel. See <xref keyref="ChannelMediaInfo" />.</p> | ||
<p>The information of the target channel. See <xref keyref="ChannelMediaInfo"/>.</p> | ||
</section> | ||
</refbody> | ||
</reference> | ||
</reference> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd"> | ||
<reference id="api_createagorartcengineex"> | ||
<title><ph keyref="createAgoraRtcEngineEx" /></title> | ||
<shortdesc id="short"><ph id="shortdesc">Creates one <apiname keyref="IRtcEngineEx" /> object.</ph></shortdesc> | ||
<title><ph keyref="createAgoraRtcEngineEx"/></title> | ||
<shortdesc id="short"><ph id="shortdesc">Creates one <apiname keyref="IRtcEngineEx"/> object.</ph></shortdesc> | ||
<prolog> | ||
<metadata> | ||
<keywords> | ||
<indexterm keyref="createAgoraRtcEngineEx" /> | ||
<indexterm keyref="createAgoraRtcEngineEx"/> | ||
</keywords> | ||
</metadata> | ||
</prolog> | ||
<refbody> | ||
<section id="prototype"> | ||
<p outputclass="codeblock"> | ||
<codeblock props="android" outputclass="language-java" /> | ||
<codeblock props="ios mac" outputclass="language-objectivec" /> | ||
<codeblock props="cpp unreal" outputclass="language-cpp" /> | ||
<codeblock props="electron" outputclass="language-typescript" /> | ||
<codeblock props="android" outputclass="language-java"/> | ||
<codeblock props="ios mac" outputclass="language-objectivec"/> | ||
<codeblock props="cpp unreal" outputclass="language-cpp"/> | ||
<codeblock props="electron" outputclass="language-typescript"/> | ||
<codeblock props="unity cs" outputclass="language-csharp">public static IRtcEngineEx CreateAgoraRtcEngineEx() | ||
{ | ||
return (IRtcEngineEx)(instance ?? (instance = new RtcEngine(IntPtr.Zero))); | ||
}</codeblock> | ||
<codeblock props="rn" outputclass="language-typescript" /> | ||
<codeblock props="rn" outputclass="language-typescript"/> | ||
<codeblock props="flutter" outputclass="language-dart">RtcEngineEx createAgoraRtcEngineEx() { | ||
return impl.RtcEngineImpl.create(); | ||
}</codeblock> | ||
<codeblock props="reserve" outputclass="language-cpp" /></p> | ||
<codeblock props="reserve" outputclass="language-cpp"></codeblock></p> | ||
</section> | ||
<section id="detailed_desc"> | ||
<title>Details</title> | ||
<p props="unity cs">Currently, the Agora RTC v4.x SDK supports creating only one <apiname keyref="IRtcEngineEx" /> object for each app.</p> | ||
<p props="flutter">Currently, the Agora RTC v6.x SDK supports creating only one <apiname keyref="IRtcEngineEx" /> object for each app.</p> | ||
<p props="unity cs">Currently, the Agora RTC v4.x SDK supports creating only one <apiname keyref="IRtcEngineEx"/> object for each app.</p> | ||
<p props="flutter">Currently, the Agora RTC v6.x SDK supports creating only one <apiname keyref="IRtcEngineEx"/> object for each app.</p> | ||
</section> | ||
<section id="return_values"> | ||
<title>Returns</title> | ||
<p props="electron unity rn flutter cs">One <apiname keyref="IRtcEngineEx" /> object.</p> | ||
<p props="electron unity rn flutter cs">One <apiname keyref="IRtcEngineEx"/> object.</p> | ||
</section> | ||
</refbody> | ||
</reference> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.