firstLocalAudioFrame property

  1. @deprecated
ElapsedCallback? firstLocalAudioFrame
getter/setter pair

Occurs when the first local audio frame is sent.

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

@deprecated
ElapsedCallback? firstLocalAudioFrame;