firstLocalAudioFramePublished property

ElapsedCallback? firstLocalAudioFramePublished
getter/setter pair

Occurs when the first audio frame is published.

The SDK triggers this callback under one of the following circumstances:

The ElapsedCallback typedef includes the following parameters:

  • int Elapsed: Time elapsed (ms) from the local user calling the RtcEngine.joinChannel until this callback is triggered.

Implementation

ElapsedCallback? firstLocalAudioFramePublished;