English | 中文
This example demonstrates how to integrate byte beauty in Rtc call.
The plug-in cloud market provides a more convenient integration method. You can log in to the sound network console to view the [integration tutorial](https://console.agora.io/ marketplace/license/introduce?serviceName=bytedance-volcengine-ar)
- Contact ByteDance customer service to get the latest sdk download address, download and unzip.
- Copy effectAAR-release.aar to "beauty/bytedance/libs" folder
libs
|_ effectAAR-release.aar
- Contact ByteDance customer service to get the license with application Id
- Modify applicationId in app/build.gradle to the special application Id
- Copy the license to assets/resource/LicenseBag.bundle
- Change LICENSE_NAME in src/main/java/com/bytedance/labcv/core/Config.java to the license name.
- Contact ByteDance customer service to get the resources
- Copy the resource files in the SDK to the "beauty/bytedance/src/main/assets" directory: resource/LicenseBag.bundle resource/ModelResource.bundle resource/StickerResource.bundle resource/ComposeMakeup.bundle resource/FilterResource.bundle
Note: There is a binding relationship between resources and certificates, and you need to get the corresponding resource files from byte customer service.
- Set the beauty_bytedance variable in gradle.properties in the project directory to true
- compile and run