Heads up! We're sunsetting this forum to streamline our community space.

join us on Discord for support, updates, and all things Snap AR! See you there!
Sign up for our live Camera Kit office hour on July 17 @ 9:30am (PT) / 4:30pm (GMT)

[v0.16.2] 🌐 Camera Kit Web SDK release

stevenxu
stevenxu Posts: 612 πŸ‘»
edited April 8 in Announcements #1

Hello Camera Kit friends!

We have just released Camera Kit Web SDK v0.16.2 to NPM. The sample app has also been updated to this version.

Breaking changes:

  • Updated exports for improved compatibility; consumers may need to adjust imports to align with new paths.
  • createUserMediaSource, which was previously marked for deprecation, has been removed. Consumers will need to create MediaStreams via the native MediaDevices interface and create a CameraKitSource with createMediaStreamSource.
  • CameraKitDeviceInfo, which was also previously marked for deprecation, has been removed in favor of CameraKitDeviceOptions. This change aligns the cameraType property of the CameraKitSource configuration with that of the native getUserMedia API.

Features, optimizations and bug fixes:

  • Improved platform error handling
  • General bug fixes and reliability enhancements

Please check the Camera Kit docs website for integration guidelines.

Tagged:

Comments

Categories