rtcEngine$onVideoFramePlayStateChanged$info$rtcUser$state method

FutureOr<void> rtcEngine$onVideoFramePlayStateChanged$info$rtcUser$state(
  1. ByteRTCEngine engine,
  2. NSString streamId,
  3. ByteRTCStreamInfo info,
  4. ByteRTCUser user,
  5. ByteRTCFirstFramePlayState state,
)

@detail callback @author shenpengliang @brief Receive this callback when the video first frame playback state changes @param engine ByteRTCEngine instance. @param streamId ID of the video stream @param info Video stream information. See ByteRTCStreamInfo{@link #ByteRTCStreamInfo} @param user User information from the video stream source. See ByteRTCUser{@link #ByteRTCUser} @param state First frame playback state. See ByteRTCFirstFramePlayState{@link #ByteRTCFirstFramePlayState}

Implementation

FutureOr<void> rtcEngine$onVideoFramePlayStateChanged$info$rtcUser$state(
    ByteRTCEngine engine,
    NSString streamId,
    ByteRTCStreamInfo info,
    ByteRTCUser user,
    ByteRTCFirstFramePlayState state) async {}