onFirstRemoteAudioFrame property
Occurs when the SDK receives the first audio frame from a specific remote user.
Deprecated: Use onRemoteAudioStateChanged instead.
connectionThe connection information. See RtcConnection.userIdThe user ID of the remote user.elapsedThe time elapsed (ms) from the local user calling joinChannel until the SDK triggers this callback.
Implementation
final void Function(RtcConnection connection, int userId, int elapsed)?
onFirstRemoteAudioFrame;