Skip to main content

WebPlanetKit 4.1 release

WebPlanetKit 4.1 has been released.


WebPlanetKit 4.1

WbePlanetKit 4.1 has been released.

  1. API Change - Add
    • callParams::audioEnabled
      • If set to TRUE, WebPlanetKit will load microphone
      • If set to FALSE, WebPlanetKit won't load microphone, so mic data cannot be captured
      • Default: TRUE
    • callParams::ignoreDeviceError
      • If set to TRUE, call (both 1:1 and group) attempts will continue even if the device fails
      • If set to FALSE, call attempts stop when the device fails
      • Default: FALSE
    • evtInnerLog event
      • WebPlanetKit will give extra additional information
      • evtInnerLog events describe more detailed information by passing InnerLogObject
      • Conditions for triggering specific evtInnerLog events depend on InnerLogObject::type
      • Please refer to InnerLogObject API specification
    • callParams::allowVerifyOnMultipleWindow
      • Only for 1:1 call.
      • If set to TRUE, it is possible to verifyCall() in multiple web windows
      • Default: TRUE
  1. API Change - Change

    • The following API return type changed to promise from void
      • changeAudioInputDevice()
      • changeAudioOutputDevice()
      • changeVideoInputDevice()
  2. Improvement

    • Improve the way of sending of the screen share
    • Lower server load to message control
      • Known issue:
        • If joinConference() and leaveConference() are repeated within a short time, camera and mic status inconsistency may occur
        • It occurs more often mic is when callParams::audioEnabled = FALSE and camera is when callParams::videoEnabled = FALSE
  3. Fix

    • Fix bug when video device change in webVisibility hidden status
    • Improve the issue that failure of makeCall()/joinConference() after error

Milestone update

We have updated Milestone.

Release history

Please refer to the PlanetKit release history.