Read this in other languages: 中文
The Open Video Call iOS for Objective-C Sample App is an open-source demo that will help you get video chat integrated directly into your iOS applications using the Agora Video SDK.
With this sample app, you can:
- Join / leave channel
- Mute / unmute audio
- Enable / disable video
- Switch camera
- Setup resolution, frame rate and bit rate
First, create a developer account at Agora.io, and obtain an App ID. Update "KeyCenter.m" with your App ID.
+ (NSString *)AppId {
return @"Your App ID";
}
Next, download the Agora Video SDK from Agora.io SDK. Unzip the downloaded SDK package and copy the libs/AgoraRtcEngineKit.framework to the "OpenVideoCall" folder in project.
Finally, Open OpenVideoCall.xcodeproj, connect your iPhone/iPad device, setup your development signing and run.
- XCode 10.0 +
- Real devices (iPhone or iPad)
- iOS simulator is NOT supported
- You can find full API document at Document Center
- You can file bugs about this demo at issue
The MIT License (MIT).