Skip to content

Commit

Permalink
Sync cn prototype to en prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyuagora authored Sep 12, 2024
1 parent 13d56c9 commit e50730c
Showing 1 changed file with 2 additions and 2 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 Down

0 comments on commit e50730c

Please sign in to comment.