Initial release of PlanetKit for Flutter
We're pleased to announce the initial release of PlanetKit for Flutter, v0.6.
- Flutter is a cross-platform GUI SDK developed and supported by Google. It allows development of application logic for iOS, Android, web, Windows, macOS, and Linux using a single codebase with the Dart language.
- PlanetKit for Flutter currently supports iOS and Android only, and we have plans to extend support to macOS and Windows in the future.
- The beta version of PlanetKit for Flutter supports only a limited type of calls, but we are planning to support all call types in the official version.
- PlanetKit for Flutter does not provide a UI.
PlanetKit 0.6 for Flutter provides the following features and documentation:
- Support for 1-to-1 audio calls
- PlanetKit 0.6 for Flutter supports 1-to-1 audio call functionality.
- For more information, refer to 1-to-1 call flow.
- Example code can be found in the 1-to-1 audio call code example.
- Future updates will support 1-to-1 video call and group audio and video call functionality.
- Support for mute sharing and control
- PlanetKit 0.6 for Flutter supports a function to mute or unmute local audio and share the mute status with a peer.
- For more information, refer to Mute sharing and control.
- Support for audio hooking
- PlanetKit 0.6 for Flutter provides audio hooking function, which allows you to get the audio data before the audio is transmitted to a peer. This function can be used to modify the local user's voice or use the audio data for speech recognition.
- For more information, refer to Audio hooking.
- Documentation
- The Flutter (Beta) documentation provides various information including system requirements and code examples for integrating PlanetKit with Flutter.
Release notes
For more information, refer to the release notes.