onRemoteVideoSizeChanged property

FutureOr<void> Function(String streamId, StreamInfo streamInfo, VideoFrameInfo frameInfo)? onRemoteVideoSizeChanged
getter/setter pair

@detail callback @author zhushufan.ref @brief Users in the room who subscribe to this video stream receive this callback when the remote video size or rotation information changes. @param streamId Remote stream ID @param streamInfo Remote Stream Information. See StreamInfo{@link #StreamInfo} @param frameInfo Video Frame Information. See VideoFrameInfo{@link #VideoFrameInfo}

Implementation

FutureOr<void> Function(
        String streamId, StreamInfo streamInfo, VideoFrameInfo frameInfo)?
    onRemoteVideoSizeChanged;