rtcEngine$onUserStartVideoCapture$info method
FutureOr<void>
rtcEngine$onUserStartVideoCapture$info(
- ByteRTCEngine engine,
- NSString streamId,
- ByteRTCStreamInfo info
@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 startVideoCapture{@link #ByteRTCEngine#startVideoCapture}. @param engine ByteRTCEngine instance @param streamId ID of the room where the user enables video capture @param info Stream information. See ByteRTCStreamInfo{@link #ByteRTCStreamInfo}.
Implementation
FutureOr<void> rtcEngine$onUserStartVideoCapture$info(
ByteRTCEngine engine, NSString streamId, ByteRTCStreamInfo info) async {}