Skip to main content
Version: 6.2

Release notes

This page provides the release notes of PlanetKit 6.2 for Android.

PlanetKit 6.2

Release date: 2025-12-15

Improve compatibility and stability on older devices

  • Fixed crash on certain legacy devices where an error occurred when creating EGLSurface via TextureView surface for video rendering.
  • Fixed crash on devices that do not support the PixelFormat.RGBA_8888 camera output format.
  • Resolved crash that could occur intermittently when initiating a 1-to-1 call while the main thread was under heavy load or responding slowly.

Prevent potential memory leaks

  • Addressed potential memory leak scenarios caused by strong references between the application module and PlanetKit.
  • Prevented cases where such strong references may occur — for example, when PlanetKitPeerControl.register() is called without a corresponding PlanetKitPeerControl.unregister().
  • Enhanced internal lifecycle handling to proactively prevent memory leaks at the end of a call, covering potential edge cases across diverse usage scenarios.