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 local client enables the audio module and calls joinChannel successfully. The local client calls muteLocalAudioStream (true) and muteLocalAudioStream(false) in sequence. The local client calls disableAudio and enableAudio in sequence.

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

Implementation

ElapsedCallback? firstLocalAudioFramePublished;