本文にスキップする

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

PCS 2.0 release

LINE Planet Console 2.0

LINE Planet Console(PCS) 2.0 has been released. PCS is a service tool served through IIMS. You can see statistics, monitoring and call history using PCS.

PCS 1.0 release

LINE Planet Console 1.0

LINE Planet Console(PCS) 1.0 has been released. PCS is a service tool served through IIMS. You can see statistics, monitoring and call history using PCS. Please refer to extra PCS guide document.

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()