AI Effects
  • iOS : Objective-C
  • Android
  • Overview
  • Release notes
  • SDK downloads
  • Demo app
  • Sample codes
  • Getting started
    • Integrate the SDK
    • Import resources and models
    • Online authentication
    • Implement basic image processing
  • Guides
    • Face beautification
    • Face shape retouch
    • Beauty makeups
    • Background segmentation
    • Face detection
    • Stickers
    • Filters
  • Tutorials
  • Error codes
  • Documentation
  • AI Effects
  • Release notes

Release notes

Last updated:2022-07-29 11:51

Version 1.4.0

Release date: 2022-07-29

New features

Feature Description Related API/Doc
Beauty makeup feature added

The following functionalities are supported:

  • Eyeliner
  • Eyelashes
  • Eye shadow
  • Blusher
  • Lipstick
  • Colored eye contacts
  • Makeup looks
New API for server authentication added The public gateway interface on the server is added to enable you to access the ZegoEffects Server via your own server, set up the authentication capability, and manage authentication info files, which is more flexible than before. Online authentication

Version 1.3.0

Release date: 2021-10-09

New features

Feature Description Related API
New face beautification features added

The following features are added:

  • Nasolabial folds removing
  • Dark circles removing
  • enableWrinklesRemoving,setWrinklesRemovingParam
  • enableDarkCirclesRemoving, setDarkCirclesRemovingParam
New face shape retouch features added

The following features are added:

  • Forehead shortening
  • Mandible slimming
  • Cheekbone slimming
  • Face shortening
  • Nose lengthening
  • enableForeheadShortening, setForeheadShorteningParam
  • enableMandibleSlimming, setMandibleSlimmingParam
  • enableCheekboneSlimming, setCheekboneSlimmingParam
  • enableFaceShortening|_blank, setFaceShorteningParam
  • enableNoseLengthening, setNoseLengtheningParam

API changes

  • New APIs
New API Description
enableWrinklesRemoving Enables the nasolabial folds removing feature.
setWrinklesRemovingParam Sets the intensity of the nasolabial folds removing feature.
enableDarkCirclesRemoving Enables the dark circles removing feature.
setDarkCirclesRemovingParam Sets the intensity of the dark circles removing feature.
enableForeheadShortening Enables the forehead shortening feature.
setForeheadShorteningParam Sets the intensity of the forehead shortening feature.
enableMandibleSlimming Enables the mandible sliming feature.
setMandibleSlimmingParam Sets the intensity of the mandible sliming feature.
enableCheekboneSlimming Enables the cheekbone slimming feature.
setCheekboneSlimmingParam Sets the intensity of the cheekbone slimming feature.
enableFaceShortening Enables the face shortening feature.
setFaceShorteningParam Sets the intencisty of the face shortening feature.
enableNoseLengthening Enables the nose lengthening feature.
setNoseLengtheningParam Sets the intensity of the nose lengthening feature.

Version 1.2.0

Release date: 2021-08-31

New features

Feature Description Related API
Online privilege authentication feature added Allows a client accesses the ZegoEffects Server, applies for a license file, and performs network authentication. getAuthInfo

API changes

  • New API
New API Description
getAuthInfo Gets the authentication information to request a license file.
  • Deprecated API
Deprecated API Description Version
setModels The function of importing models implemented by the setModels API is merged into the setResources API, and models and resources are set uniformly by the setResources API. Deprecated in version 1.2.0

Version 1.1.1

Release date: 2021-07-01

New features

Feature Description Related API
Filters Added various filter effects, which can be used in many different use cases such as short video and live streaming.
  • setFilter
  • setFilterParam

Version 1.0.0

Release date: 2021-05-25

The initial release of the ZegoEffects SDK, providing features including face beautification, face shape retouch, face detection, background segmentation, stickers, and more.

Page Directory