RTC SDK Demo for Coze API prepared for iOS, including Swift and Objective-C
This repository contains two separate implementations of the RTC SDK Demo:
- Swift Implementation - Modern iOS implementation using Swift
- Objective-C Implementation - Traditional iOS implementation using Objective-C
- iOS 13.0+
- Xcode 14.0+
- Swift 5.0+ (for Swift implementation)
Choose the implementation that best suits your needs:
- For Swift projects, navigate to the
coze-swift
directory - For Objective-C projects, navigate to the
coze-objc
directory
Each implementation contains its own README with specific setup instructions and usage examples.
MIT