jonassu / Agora-Plugin-Raw-Data-API-iOS-Objective-C

Plugin for Objective-C API on iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AgoraPluginRawDataAPI for iOS

其他语言版本: 简体中文

The Agora-Plugin-Raw-Data-API-iOS-Objective-C Sample App is an open-source demo that will help you how to call Agora Raw Data API and Screenshot API of Objective C.

With this sample app, you can:

  • Receive local video data, and other remote video data
  • Receive local audio data, and other remote audio data
  • Local video and remote video screenshot

Running the App

First, create a developer account at Agora.io, and obtain an App ID. Update "AppID.m" with your App ID.

NSString *const appID = @"YOUR APPID"; 

Next, download the Agora Video SDK from Agora.io SDK. Unzip the downloaded SDK package and copy the AgoraRtcEngineKit.framework of "libs" folder to "Agora-Plugin-Raw-Data-API-iOS-Objective-C/Agora-Plugin-Raw-Data-API-iOS-Objective-C" folder.

Finally, Open Agora-Plugin-Raw-Data-API-iOS-Objective-C.xcodeproj, connect your iPhone/iPad device, setup your development signing and run.

Developer Environment Requirements

  • XCode 8.0 +
  • Real devices (iPhone or iPad)
  • iOS simulator is NOT supported

Connect Us

License

The MIT License (MIT).

About

Plugin for Objective-C API on iOS

License:MIT License


Languages

Language:Objective-C++ 50.3%Language:Objective-C 49.7%