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
-
API Change - Change
- The following API return type changed to promise from void
changeAudioInputDevice()
changeAudioOutputDevice()
changeVideoInputDevice()
- The following API return type changed to promise from void
-
Improvement
- Improve the way of sending of the screen share
- Lower server load to message control
- Known issue:
- If
joinConference()
andleaveConference()
are repeated within a short time, camera and mic status inconsistency may occur - It occurs more often mic is when
callParams::audioEnabled = FALSE
and camera is whencallParams::videoEnabled = FALSE
- If
- Known issue:
-
Fix
- Fix bug when video device change in
webVisibility
hidden status - Improve the issue that failure of
makeCall()
/joinConference()
after error
- Fix bug when video device change in
Milestone update
We have updated Milestone.
Release history
Please refer to the PlanetKit release history.