Run Sample Projects
This page mirrors the Chinese quick start structure. Use it to validate the complete path from device startup, token issuance, client connection, and live audio/video playback.
For SDK integration in your own project, see Client Integration and Device Integration.
What You Validate
- The device demo starts with
device_idanddevice_secret_key. - The client demo connects to the target device with
remote_idandtoken. - The client plays audio or video sent by the device.
Next Steps
- Integrate the client SDK: Client Integration
- Integrate the device SDK: Device Integration
- Understand connection and token issuance: Connection