Skip to content

Commit

Permalink
remove. sample demo, instead using agora community quickstart
Browse files Browse the repository at this point in the history
fix. typo ios/RCTAgora/AgoraConst.m
  • Loading branch information
Matrixbirds committed Jul 1, 2019
1 parent 83d5f09 commit ed1ddce
Show file tree
Hide file tree
Showing 73 changed files with 8 additions and 10,812 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
## THE CHANGELOG

#### 2.4.1-alpha.2
- deprecated `sendMessage` & `createDataStream` & `removeAllListeners`
- refactor event system


#### 2.4.1-alpha
- support 2.4.1-alpha.1 agora video sdk android-2.4.1 / iOS-2.4.1
1. Deprecate iOS
1. Deprecate iOS manual link operator, instead using cocoapods resolve compile dependencies.
2. Add methods getAudioMixingPlayoutVolume, getAudioMixingPublishVolume for audio mixing troubleshooting.
3. Add `txPacketLossRate`, `rxPacketLossRate` on `rtcStats` interface. usage: `RtcEngine.on('rtcStats', (data) => console.log(data))`.
4. Rename `receivedFrameRate` to `rendererOutputFrameRate` this property related on `localVideoStats` and `remoteVideoStats`.
Expand Down
2 changes: 1 addition & 1 deletion ios/RCTAgora/AgoraConst.m
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ + (instancetype)share {
AGMediaMetaDataReceived];

NSMutableArray<NSString *> *eventList = [NSMutableArray arrayWithCapacity:[array count]];
[eventList enumerateObjectsUsingBlock:^(NSString * _Nonnull obj, NSUInteger idx, BOOL * _Nonnull stop) {
[array enumerateObjectsUsingBlock:^(NSString * _Nonnull obj, NSUInteger idx, BOOL * _Nonnull stop) {
id mapObj = [NSString stringWithFormat:@"%@%@", AG_PREFIX, obj];
[eventList addObject:mapObj];
}];
Expand Down
2 changes: 1 addition & 1 deletion samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

| name | description |
| :-------------: | :-------------: |
| [simpleDemo](./simpleDemo) | react-native-agora demo for beginner |
| [agora-rn-quickstart](./https://github.com/agoraio-community/agora-rn-quickstart) | react-native-agora demo for beginner |
3 changes: 0 additions & 3 deletions samples/simpleDemo/.babelrc

This file was deleted.

6 changes: 0 additions & 6 deletions samples/simpleDemo/.buckconfig

This file was deleted.

70 changes: 0 additions & 70 deletions samples/simpleDemo/.flowconfig

This file was deleted.

1 change: 0 additions & 1 deletion samples/simpleDemo/.gitattributes

This file was deleted.

116 changes: 0 additions & 116 deletions samples/simpleDemo/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion samples/simpleDemo/.watchmanconfig

This file was deleted.

Loading

0 comments on commit ed1ddce

Please sign in to comment.