firstLocalAudioFrame property

  1. @Deprecated('')
ElapsedCallback? firstLocalAudioFrame
getter/setter pair

Occurs when the engine sends the first local audio frame. Deprecated: Please use firstLocalAudioFramePublished instead.

Param elapsed The time elapsed (ms) from the local user calling joinChannel until the SDK triggers this callback.

Implementation

@Deprecated('')
ElapsedCallback? firstLocalAudioFrame;