WebPlanetKit 5.1 release
WebPlanetKit 5.1
WebPlanetKit 5.1 has been released.
-
Add a feature to set the maximum link bandwidth
- Now you can set the maximum link bandwidth with API.
- Please check Max link bandwidth.
-
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.
PlanetKit 5.1 release
WebPlanetKit 5.0 release
WebPlanetKit 5.0
WebPlanetKit 5.0 has been released.
-
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.
- There are several properties used by the group call with SIP terminals, including
-
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.
- From 5.0, you can receive the talking status through the event when it is updated.
PlanetKit 5.0 release
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
- Safari Settings --> Advanced : Check "Show Develop menu in menu bar"
- Safari Develop --> Experimental Features --> Uncheck NSURLSession WebSocket
PlanetKit 4.4 release
PlanetKit 4.3 release
WebPlanetKit 4.1 release
WebPlanetKit 4.1 has been released.
WebPlanetKit 4.1
WbePlanetKit 4.1 has been released.
- 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
- If set to
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
- If set to
evtInnerLog
event- WebPlanetKit will give extra additional information
evtInnerLog
events describe more detailed information by passingInnerLogObject
- Conditions for triggering specific
evtInnerLog
events depend onInnerLogObject::type
- Please refer to
InnerLogObject
API specification
callParams::allowVerifyOnMultipleWindow
- Only for 1:1 call.
- If set to
TRUE
, it is possible toverifyCall()
in multiple web windows - Default:
TRUE
PlanetKit 4.2 release
PlanetKit 4.1, WebPlanetKit 4.0 release
WebPlanetKit 3.7 release
WebPlanetKit 3.7
WbePlanetKit 3.7.0 has been released.
- Turn off light on camera device when video is paused