onRemoteVideoSizeChanged method

FutureOr<void> onRemoteVideoSizeChanged(
  1. String streamId,
  2. StreamInfo streamInfo,
  3. VideoFrameInfo frameInfo
)

@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> onRemoteVideoSizeChanged(
    String streamId, StreamInfo streamInfo, VideoFrameInfo frameInfo) async {}