onUserStartVideoCapture method

FutureOr<void> onUserStartVideoCapture(
  1. String streamId,
  2. StreamInfo streamInfo
)

@detail callback @author liuyangyang @brief The remote clients in the room will be informed of the state change via this callback after the visible user starts video capture by calling startVideoCapture{@link #RTCEngine#startVideoCapture}. @param streamId Video stream ID @param streamInfo Video stream information, see StreamInfo{@link #StreamInfo}.

Implementation

FutureOr<void> onUserStartVideoCapture(
    String streamId, StreamInfo streamInfo) async {}