Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

small fix #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Agora-Video-With-FaceUnity-iOS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ self.videoFilter.enabled = YES;

##### Custom Filter

Create a class that implements the `VideoFilterDelegate` protocol `FUManager` , Implement the `processFrame:` method to handle the videoframe .
Create a class that implements the `VideoFilterDelegate` protocol `FUManager`, Implement the `processFrame:` method to handle the videoframe .

```objc

Expand All @@ -116,7 +116,7 @@ Create a class that implements the `VideoFilterDelegate` protocol `FUManager` ,

##### FaceUnity load

in `ViewController.m` `viewDidLoad:` add demoBar,implements the `FUAPIDemoBarDelegate` protocol
in `ViewController.m` `viewDidLoad:` add demoBar, implements the `FUAPIDemoBarDelegate` protocol

```objc

Expand Down Expand Up @@ -172,7 +172,7 @@ check `delloc:`
- If you encounter a big head problem, please contact technical support

## Developer Environment Requirements
* XCode 8.0 +
* Xcode 8.0 +
* Real devices (iPhone or iPad)
* iOS simulator is NOT supported

Expand Down