WebPlanetKit 4.1 has been released.
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
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