youngliu 0cd650bd06 add | лет назад: 7 | |
---|---|---|
OpenLive | лет назад: 7 | |
OpenLive.xcodeproj | лет назад: 7 | |
OpenLive.xcworkspace | лет назад: 7 | |
OpenLiveUITests | лет назад: 7 | |
Pods | лет назад: 7 | |
.DS_Store | лет назад: 7 | |
JCYProfileCell.h | лет назад: 7 | |
JCYProfileCell.m | лет назад: 7 | |
LICENSE | лет назад: 7 | |
LiveRoomViewController.h | лет назад: 7 | |
LiveRoomViewController.m | лет назад: 7 | |
Podfile | лет назад: 7 | |
Podfile.lock | лет назад: 7 | |
README.en.md | лет назад: 7 | |
README.md | лет назад: 7 |
其他语言版本: 简体中文
The Open Live iOS for Objective-C Sample App is an open-source demo that will help you get live video chat integrated directly into your iOS applications using the Agora Video SDK.
With this sample app, you can:
This demo is written in Objective-C, you can find Swift version here: OpenLive-iOS
A tutorial demo can be found here: Agora-iOS-Tutorial-Objective-C-1to1
Agora Video SDK supports iOS / Android / Windows / macOS etc. You can find demos of these platform here:
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 "OpenLive" folder in project.
Finally, Open OpenLive.xcodeproj, connect your iPhone/iPad device, setup your development signing and run.
The MIT License (MIT).