Skip to content

Commit

Permalink
Revert "Update callback_irtcengineeventhandler_onfirstlocalvideoframe…
Browse files Browse the repository at this point in the history
…published.dita"

This reverts commit 1d18957.
  • Loading branch information
jinyuagora committed Sep 12, 2024
1 parent c7c5e87 commit 13d56c9
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
connection: RtcConnection,
elapsed: number
): void;</codeblock>
<codeblock props="flutter" outputclass="language-dart">final void Function(VideoSourceType source, int elapsed)?
onFirstLocalVideoFramePublished;</codeblock>
<codeblock props="flutter" outputclass="language-dart">final void Function(RtcConnection connection, int elapsed)?
onFirstLocalVideoFramePublished;</codeblock>
<codeblock props="reserve" outputclass="language-cpp"></codeblock></p>
</section>
<section id="detailed_desc">
Expand All @@ -55,11 +55,11 @@
<pt />
<pd />
</plentry>
<plentry props="unity electron rn cs">
<plentry props="unity electron rn flutter cs">
<pt>connection</pt>
<pd>Connection 信息。详见 <xref keyref="RtcConnection" />。</pd>
</plentry>
<plentry conkeyref="onLocalVideoStateChanged/source" props="native unreal bp flutter">
<plentry conkeyref="onLocalVideoStateChanged/source" props="native unreal bp">
<pt />
<pd />
</plentry>
Expand Down

0 comments on commit 13d56c9

Please sign in to comment.