Update Time: 2025-05-29 GMT+15:00
Since the formal implementation of the "Personal Information Protection Law of the People's Republic of China" on November 1, 2021, regulatory authorities, industry participants, and end consumers have increasingly focused on user privacy protection. To effectively address violations in the collection and use of personal information by Apps and SDKs, regulatory authorities have successively issued relevant standards and specifications.
As a customer of the Guiji.cn platform providing services to end users, you acknowledge and confirm that you will comply with applicable laws, regulations, and relevant standards and specifications, fulfill personal information protection obligations, and process user personal information in accordance with the principles of legality, legitimacy, necessity, and good faith. This includes, but is not limited to, the "Personal Information Protection Law of the People's Republic of China," "Cybersecurity Law of the People's Republic of China," "Data Security Law of the People's Republic of China," and other applicable laws, regulations, and standards.
This document is intended to help you better understand the Duix SDK for Real-time Digital Human Interaction and use its services compliantly. It applies only to scenarios where the business region of Guiji.cn platform customers is within Mainland China.
Your products and services must respect user privacy and comply with national data protection laws and regulations. Participation in any activities that interfere with, disrupt, damage, or gain unauthorized access to any terminal device, server, or network is prohibited.
You must publish a privacy policy in your own name as required by law and obtain user consent or establish other legal bases for personal information processing activities. Privacy policy requirements include, but are not limited to, the following:
When your products and services process user personal information, the following requirements must be adhered to, including but not limited to:
Before you integrate and use the Duix SDK for Real-time Digital Human Interaction service, we require you to inform users in your privacy policy about our SDK's name, the SDK provider's name, the types of personal information collected, the purpose of use, and provide a link to the privacy policy. You must also obtain user consent or establish other legal bases. You can refer to the following methods to provide the clause content:
Third-party SDK Name | Third-party Company Name | Types of Personal Information Collected | Purpose of Use | Privacy Policy Link |
---|---|---|---|---|
Duix SDK for Real-time Digital Human Interaction | Nanjing Siliconbase Intelligent Technology Group Co., Ltd. | Audio/video data or text data of you or your end users, application information (browser User Agent or Android/iOS device information), SDK interface call records | To provide digital human intelligent interaction services for applications of Guiji.cn platform customers. Tailor based on actual functions used. | SDK Privacy Statement (opens new window) |
Our SDK minimizes the use of system permissions when providing services. You must request corresponding system permissions based on the actual features used and inform users to obtain their consent.
Permission Name | Permission Description | Applicable Platform | Purpose of Use |
---|---|---|---|
Microphone Access | Obtain microphone permission for device/browser | Android, iOS, Web | Used for speech-to-text recognition to obtain interaction answers when starting voice interaction. |
Speaker Access | Obtain speaker permission for device/browser | Android, iOS, Web | Allows adjustment of call volume. |
Network State Access | Obtain the device's network state | Android, iOS, Web | Check network status and establish proximal connections with collaborative devices. |
Control Wake Lock | Allow app to control device wake state | Android, iOS | Keep device screen awake during real-time interaction. |
Set Exact Alarms | Allow app to set precise alarms | Android, iOS | Send timed heartbeats to maintain background persistent connections during real-time interaction. |
Camera Access (Optional, Not Required) | Access the device's camera feed | Android, iOS, H5 | Used to display the camera feed for simulating real video sessions; transmit the camera feed to the AI model for recognition (requires model support) |
To prevent the SDK from processing user personal information before your application obtains user consent, we provide the init()
interface for initializing intelligent interaction tasks. Please ensure your application calls this interface to initialize the SDK only after obtaining user consent.
For extended features within our SDK, you can choose to enable or disable them based on your business needs.
You can enable or disable extended features such as the camera through the camera interface configuration to provide services like simulated video interaction. Interfaces for enabling: createCamera()
for Web, toOpenCamera()
for iOS, openCamera()
for Android. Interfaces for disabling: destroyCamera()
for Web, toStopCamera()
for iOS, closeCamera()
for Android.
If you have further questions, you can also contact us through the Guiji.cn platform's [Customer Service Consultation] channel.