onAudioFramePlayStateChanged method
FutureOr<void>
onAudioFramePlayStateChanged(
- String streamId,
- StreamInfo streamInfo,
- RtcUser user,
- FirstFramePlayState state,
@detail callback @author wangjunzheng @brief Triggered when the audio first frame play state changes. @param streamId Stream ID. @param streamInfo Stream information. See StreamInfo{@link #StreamInfo}. @param user User information. See RtcUser{@link #RtcUser}. @param state The first frame play state. See FirstFramePlayState{@link #FirstFramePlayState} for specific indications.
Implementation
FutureOr<void> onAudioFramePlayStateChanged(String streamId,
StreamInfo streamInfo, RtcUser user, FirstFramePlayState state) async {}