本文にスキップする

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

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