Skip to main content

13 posts tagged with "webplanetkit-release"

View All Tags

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

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

WebPlanetKit 3.6, Server Kick out API release and 2022 milestone

WebPlanetKit 3.6

WbePlanetKit 3.6.0 has been released.

  1. Access token

    • We are no longer using SLA keys
      • API keys replaces SLA keys
      • This leads to API changes
        • Set API key instead of SLA key when initiating callParam
        • Please refer to release note
    • Access token
      • Recommend to apply access token to app clients
      • Issue access token before calling Call::makeCallWithAccessToken() or Conference::joinConferenceWithAccessToken()
      • Refer to Access token.
    • From the now on, if you want to use a new service ID
      • We won't issue SLA keys but API keys

WebPlanetKit 3.3 release

WebPlanetKit 3.3

WbePlanetKit 3.3.0 has been released.

  • The modified screen(e.g. virtual background) is applied at the start of a video call. The following APIs may be affected:
    • callMake(params::isVideo=true)
    • callVerify(params::isVideo=true)
    • conferenceJoin(conferenceCallParams::hasVideo=true)
    • enableVideo()