You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- A mobile device that runs Android 5.0 or higher.
11
+
- Android Studio 4.0 or higher
12
+
- Android SDK API Level 24 or higher
13
+
- A mobile device that runs Android 7.0 or higher
12
14
13
15
## Project Setup
14
16
15
-
1. Follow [The Account Document](https://docs.agora.io/en/video-calling/reference/manage-agora-account) to get the **App ID** and **App Certificate(if enable token)**.
16
-
2. Follow [Signaling Beginner's guide](https://docs.agora.io/en/signaling/get-started/beginners-guide?platform=android) to enable signaling in Agora Console.You should enable the following:
17
+
1. Follow [The Account Document](https://docs.agora.io/en/video-calling/reference/manage-agora-account) to get the **App ID** and **App Certificate(if token is enabled)**.
18
+
2. Follow [Signaling Beginner's Guide](https://docs.agora.io/en/signaling/get-started/beginners-guide?platform=android) to enable signaling in Agora Console.You should enable the following:
17
19
* Using storage
18
20
* User attribute callback
19
21
* Channel attribute callback
20
22
* Distributed lock
21
-
3. Open the `Android` project and fill in the properties obtained above to the root [gradle.properties](../gradle.properties) file.
23
+
3. Open the `Android` project and fill in the properties obtained above in the root [gradle.properties](../gradle.properties) file.
- A mobile device that runs Android 5.0 or higher.
12
-
- FaceUnity beauty authpack file.
11
+
- Android Studio 4.0 or higher
12
+
- Android SDK API Level 24 or higher
13
+
- A mobile device that runs Android 7.0 or higher
14
+
- FaceUnity beauty authpack file
13
15
14
16
## Project Setup
15
17
16
18
1. Follow [The Account Document](https://docs.agora.io/en/video-calling/reference/manage-agora-account) to get the **App ID** and **App Certificate**.
17
19
2. Follow [The Restfull Document](https://docs.agora.io/en/video-calling/reference/restful-authentication) to get the **Customer ID** and **Customer Secret**.
18
-
3. Follow [The Media Pull Document](https://docs.agora.io/en/media-pull/get-started/enable-media-pull) to enable media pull for cloud player.
19
-
4. Follow Signaling Beginner's guide to enable signaling in Agora Console. You should enable the following:
20
+
3. Follow [Signaling Beginner's Guide](https://docs.agora.io/en/signaling/get-started/beginners-guide?platform=android) to enable signaling in Agora Console. You should enable the following:
20
21
* Using storage
21
22
* User attribute callback
22
23
* Channel attribute callback
23
24
* Distributed lock
25
+
4. Please contact technical support to enable robot room streaming service.
26
+
```json
27
+
If this step is not executed, you will not be able to see the video in robot rooms.
28
+
```
24
29
5. Open the `Android` project and fill in properties got above to the root [gradle.properties](../gradle.properties) file.
6. Obtain the beauty authpack file from FaceUnity, and then copy the beauty authpack file `authpack.java` to `scenes/show/src/main/java/io/agora/scene/show/beauty` direction.
41
+
6. Obtain beauty resources and certificate files from FaceUnity:
42
+
- Configure the package name applicationId corresponding to the certificate in [app/build.gradle](../../app/build.gradle).
43
+
44
+
- Put the FaceUnity beauty resources into the corresponding path.
0 commit comments