本文にスキップする

「webplanetkit-release」タグで繋がった13件の記事件の記事があります。

すべてのタグを見る

WebPlanetKit 5.2リリース

WebPlanetKit 5.2

WebPlanetKit 5.2がリリースされました。

  1. 1対1通話のクラウドレコーディング機能を追加

    • 1対1通話をするとき、メディアデータを指定されたストレージに保存できます。
    • 通話ごとにレコーディングするかどうかを選択できます。
    • 機能の詳細なスペックのお問い合わせや使用をご希望の場合は、お問い合わせまでご連絡ください。

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