Skip to main content

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.

WebPlanetKit 5.2 release

WebPlanetKit 5.2

WebPlanetKit 5.2 has been released.

  1. Add a cloud recording function for 1-to-1 calls

    • When making a 1-to-1 call, media data can be recorded in the designated storage.
    • You can choose whether or not to record each call.
    • If you would like to inquire about detailed specifications of the function or want to use the function, please contact us.

WebPlanetKit 5.1 release

WebPlanetKit 5.1

WebPlanetKit 5.1 has been released.

  1. Add a feature to set the maximum link bandwidth

  2. Add the talking status event for 1-to-1 calls

    • From WebPlanetKit 5.1, you can receive talking status events of the peer.
    • In WebPlanetKit 5.0 or lower, only local talking status was notified in 1-to-1 calls.

WebPlanetKit 5.0 release

WebPlanetKit 5.0

WebPlanetKit 5.0 has been released.

  1. Support of the properties used by the group call with SIP terminals

    • There are several properties used by the group call with SIP terminals, including displayName. From 5.0, WebPlanetKit supports these properties.
  2. Addition of the talking status event

    • From 5.0, you can receive the talking status through the event when it is updated.
      • For 1-to-1 calls, you can receive the talking status of the local user only.
      • For group calls, you can receive the talking status of both local user and remote users.

WebPlanetKit 4.2 release

WebPlanetKit 4.2

WebPlanetKit 4.2 has been released. WebPlanetKit supports Safari browser (Beta).

  • It is still a Beta feature, and there may be issues depending on the version or device.
  • Minimum support version: Safari 12.2
  • If setting up 1:1 call or joining a group call fails,
    • You may fix by disabling NSURLSession WebSocket if the iOS/Mac safari version is 15.0 ~ 15.3
    • iOS
      • Settings --> Safari --> Advanced --> Experimental Feature --> NSURLSession WebSocket : Disable
    • macOS
      1. Safari Settings --> Advanced : Check "Show Develop menu in menu bar"
      2. Safari Develop --> Experimental Features --> Uncheck NSURLSession WebSocket