firstRemoteAudioFrame property Null safety

UidWithElapsedCallback? firstRemoteAudioFrame
read / write

已接收远端音频首帧回调。

Deprecated

该回调已废弃。请改用 remoteAudioStateChanged 中的 AudioRemoteState.Starting

UidWithElapsedCallback 包含如下参数:

Implementation

@deprecated
UidWithElapsedCallback? firstRemoteAudioFrame;