firstRemoteAudioFrame property

  1. @Deprecated('Please use remoteAudioStateChanged instead.')
UidWithElapsedCallback? firstRemoteAudioFrame
getter/setter pair

Occurs when the SDK receives the first audio frame from a specific remote user. Deprecated: Please use remoteAudioStateChanged instead.

Param uid The user ID of the remote user.

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

Implementation

@Deprecated('Please use remoteAudioStateChanged instead.')
UidWithElapsedCallback? firstRemoteAudioFrame;