A Coze RTC Android demo implemented in both Java and Kotlin
This repository contains two separate implementations of the RTC SDK Demo:
- Java Implementation - Java implementation
- Kotlin Implementation - Kotlin implementation
- Android 7.0+
- Android Studio 2024+
- Java 11+ (for Java implementation)
- Kotlin 1.9+ (for Kotlin implementation)
Choose the implementation that best suits your needs:
- For Java projects, navigate to the
java-example
directory - For Kotlin projects, navigate to the
kotlin-example
directory
Each implementation contains its own README with specific setup instructions and usage examples.
MIT