# Ti_Agora_VideoCall_Android **Repository Path**: tillusory/Ti_Agora_VideoCall_Android ## Basic Information - **Project Name**: Ti_Agora_VideoCall_Android - **Description**: 拓幻科技美颜SDK集成声网视频通话demo - **Primary Language**: Android - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2019-09-15 - **Last Updated**: 2024-11-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Agora Video With Faceunity This doc helps you quickly get started with an [Agora](www.agora.io) real-time video call with [FaceUnity](http://www.faceunity.com) effects available. Refer to [Faceunity API reference](http://www.faceunity.com/docs_develop) for the use of FaceUnity SDK. Refer to [Agora API reference](https://docs.agora.io/en/Interactive%20Broadcast/API%20Reference/java/index.html) 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](https://docs.agora.io/en/Interactive%20Broadcast/custom_video_android?platform=Android) ## 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. ```xml <#YOUR APP ID#> ``` 2. 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](https://github.com/AgoraIO/Agora-Extensions/tree/master/VideoCapture/Android). ## Contact Us - If you have questions, take a look at [FAQ](https://docs.agora.io/cn/faq) first - Dive into [Agora SDK Samples](https://github.com/AgoraIO) to see more tutorials - Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) for more complicated, real-world use cases - More projects maintained by community can be found at [Agora Community](https://github.com/AgoraIO-Community) - You can find full API documentation at [Document Center](https://docs.agora.io/en/) - You can ask questions or see others' solutions in [Stack Overflow](https://stackoverflow.com/questions/tagged/agora.io) - If you find a bug of this project, please post an issue here [issue](https://github.com/AgoraIO/FaceUnity/issues) ## License The MIT License (MIT)