Skip to content

Files

Latest commit

6a44371 · Jul 26, 2022

History

History

Agora-Video-With-FaceUnity-Android

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 26, 2022
Mar 24, 2020
Feb 15, 2022
Mar 24, 2020
Sep 9, 2020
Sep 2, 2020
Nov 30, 2021
Jul 26, 2022
Mar 24, 2020
Mar 24, 2020
Mar 24, 2020
May 28, 2020

README.md

Agora Video With Faceunity

This doc helps you quickly get started with an Agora real-time video call with FaceUnity effects available.

Refer to Faceunity API reference for the use of FaceUnity SDK.

Refer to Agora API reference for how to implement Agora interacting video calls.

Since the use of third-party video processing librarie needs custom capture and rendering, please refer to Custom Video Source and Renderer

Quick Start

This section shows you how to configure and run the project.

Obtain an Agora App ID and FaceUnity licence

  1. You must obtain an Agora app ID. When creating an Agora rtc engine, the engine needs the app id to identify your application. Locate the project file app/src/main/res/values/strings.xml and replace <#YOUR APP ID#> with the app id.
<string name="agora_app_id"><#YOUR APP ID#></string>
  1. Contact sales@agora.io and get a licence file authpack.java, then copy this file to project folder app/src/main/java/io/agora/rtcwithfu/authpack.java. Note this licence determines which FaceUnity functions/effects you are allowed to use.

Configure Agora SDK

Now the demo automatically imports Agora Video SDK from JCenter. By default you do not need to download Agora Video SDK anywhere else.

Capture and Rendering

This project uses a custom camera capture & rendering library app/libs/video-capturer.aar. If you want to know more about source code and how to use, please go to Here.

Contact Us

  • If you have questions, take a look at FAQ first
  • Dive into Agora SDK Samples to see more tutorials
  • Take a look at Agora Use Case for more complicated, real-world use cases
  • More projects maintained by community can be found at Agora Community
  • You can find full API documentation at Document Center
  • You can ask questions or see others' solutions in Stack Overflow
  • If you find a bug of this project, please post an issue here issue

License

The MIT License (MIT)