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

Dev/bob #302

Merged
merged 20 commits into from
Dec 2, 2020
Merged
Show file tree
Hide file tree
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 .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
*.psd filter=lfs diff=lfs merge=lfs -text
*.framework filter=lfs diff=lfs merge=lfs -text
*.so filter=lfs diff=lfs merge=lfs -text
*.pbxproj -text
# specific for windows script files
*.bat text eol=crlf
83 changes: 58 additions & 25 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,33 +1,66 @@
.tmp/
build/
gitpull.sh
gitpush.sh
# OSX
#
.DS_Store

# XDE
.expo/

# VSCode
.vscode/
jsconfig.json

# Xcode
project.xcworkspace/
xcuserdata/
Pods/
Podfile.lock

# Android/IntelliJ/VSCode
.idea/
.gradle/
gradle/
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
project.xcworkspace

# Android/IJ
#
.idea
.gradle
local.properties
*.iml
.vscode/
android/app/.settings/
android/.settings/
android/app/.classpath
android/app/.project
android/.project
typings/
typings.json
android.iml

# Cocoapods
#
example/ios/Pods
example/ios/Podfile.lock

# node.js
#
node_modules/
__tests__/
yarn.lock
npm-debug.log
npm-lock.json
yarn-debug.log
yarn-error.log
package-lock.json
yarn.lock

# BUCK
buck-out/
\.buckd/
android/app/libs
android/keystores/debug.keystore
docs/api/
gitpull.sh
gitpush.sh

# Expo
.expo/*

# generated by bob
lib/
5 changes: 1 addition & 4 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
.idea/
docs/
lib/**/*.map
lib/**/*.tsbuildinfo
samples/
example/
src/
111 changes: 65 additions & 46 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,120 +1,139 @@
## THE CHANGELOG
## [3.1.4-rc.1](https://github.com/AgoraIO-Community/react-native-agora/compare/v3.1.4-rc.0...v3.1.4-rc.1) (2020-10-22)

#### 3.1.3

### Bug Fixes

* Android setData error ([69a7a96](https://github.com/AgoraIO-Community/react-native-agora/commit/69a7a96ec35037f5dbcc5a0e67285eb1d4c59c08))


### Features

* add API example ([652c346](https://github.com/AgoraIO-Community/react-native-agora/commit/652c346821f63546aaaa1cf7b677781b87dd87b2))
* Android add getNativeHandle ([0eab471](https://github.com/AgoraIO-Community/react-native-agora/commit/0eab47114cde933482f90879e177fd019430cafd))
* js add getNativeHandle ([201c82a](https://github.com/AgoraIO-Community/react-native-agora/commit/201c82a66fe86eee86d24b2188b9bfd5ecaca04f))

## [3.1.4-rc.0](https://github.com/AgoraIO-Community/react-native-agora/compare/3.1.3...v3.1.4-rc.0) (2020-10-21)


### Features

* migrating to @react-native-community/bob ([c72a527](https://github.com/AgoraIO-Community/react-native-agora/commit/c72a5278b2e990081d34e2e765e2e6a26ba792bb))

## 3.1.3
- fix iOS `deinit` `[weak self]` crash
- make `RtcChannel.channelId` public
- add `setAudioSessionOperationRestriction` and `sendCustomReportMessage` method

#### 3.1.2-rc.2
## 3.1.2-rc.2
- fix iOS `deinit` `[weak self]` crash
- fix `engine()` build error

#### 3.1.2-rc.1
## 3.1.2-rc.1
- make `RtcChannel.channelId` public

#### 3.1.2
## 3.1.2
- support 3.1.2 native sdk
- fix `RejoinChannelSuccess` bug

#### 3.0.1
## 3.0.1
- release version

#### 3.0.1-rc.5
## 3.0.1-rc.5
- fix `Xcode10` `Swift4` compile error

#### 3.0.1-rc.4
## 3.0.1-rc.4
- fix crash when rendering view without `channelId` property
- fix `RtcLocalView` freezes after rendering remote view

#### 3.0.1-rc.3
## 3.0.1-rc.3
- fix multiple channel render bug
- remove `Types` from export, you can import enum or class by `import {} from 'react-native-agora'`
- optimize ts code and doc

#### 3.0.1-rc.2
## 3.0.1-rc.2
- add `startPreview` `stopPreview`

#### 3.0.1-rc.1
## 3.0.1-rc.1
- prerelease 3.0.1-rc.1

#### 3.0.1-beta.9
## 3.0.1-beta.9
- add `constructor` for typescript
- fix Android `mapToChannelMediaInfo` crash
- fix iOS `switchChannel` `sendMetadata` crash

#### 3.0.1-beta.8
## 3.0.1-beta.8
- fix iOS event warn
- fix ts array declare error

#### 3.0.1-beta.7
## 3.0.1-beta.7
- fix lib ignore bug

#### 3.0.1-beta.6
## 3.0.1-beta.6
- support 3.0.1.1 native sdk
- fix iOS `RtcChannelEvent` `NetworkQuality` crash

#### 3.0.1-beta.5
## 3.0.1-beta.5
- fix lib ignore bug

#### 3.0.1-beta.4
## 3.0.1-beta.4
- fix android `setCameraCapturerConfiguration` bug

#### 3.0.1-beta.3
## 3.0.1-beta.3
- fix iOS `mirrorMode` bug

#### 3.0.1-beta.2
## 3.0.1-beta.2
- fix `createWithAreaCode` bug
- fix render black screen bug

#### 3.0.1-beta.1
## 3.0.1-beta.1
- support 3.0.1 native sdk

#### 3.0.0-beta.6
## 3.0.0-beta.6
- fix iOS link bug

#### 3.0.0-beta.5
## 3.0.0-beta.5
- optimize doc

#### 3.0.0-beta.4
## 3.0.0-beta.4
- optimize code

#### 3.0.0-beta.3
## 3.0.0-beta.3
- optimize doc

#### 3.0.0-beta.2
## 3.0.0-beta.2
- optimize

#### 3.0.0-beta.1
## 3.0.0-beta.1
- support 3.0.0 native sdk

#### 2.9.1-alpha.7
## 2.9.1-alpha.7
- fix `setBeautyEffectOptions` bugs

#### 2.9.1-alpha.6
## 2.9.1-alpha.6
- fix bugs

#### 2.9.1-alpha.5
## 2.9.1-alpha.5
- upgrade android sdk to 2.9.4

#### 2.9.1-alpha.4
## 2.9.1-alpha.4
- remove `AgoraRtcCryptoLoader` `libcrypto`

#### 2.9.1-alpha.3
## 2.9.1-alpha.3
- upgrade android sdk to 2.9.4

#### 2.9.1-alpha.2
## 2.9.1-alpha.2
- upgrade 2.9.2 fro android

#### 2.9.1-alpha.1
## 2.9.1-alpha.1
- support 2.9.1 native sdk

#### 2.9.0-alpha.3
## 2.9.0-alpha.3
- hotfix ios compile error

#### 2.9.0-alpha.2
## 2.9.0-alpha.2
- fix ios dictionary stringValue type cast

#### 2.9.0-alpha.1
## 2.9.0-alpha.1
- fix typo: rename `methodisSpeakerphoneEnabled` to `isSpeakerphoneEnabled`
- events deprecated & instead:
* `microphoneEnabled` instead `localAudioStateChanged`
Expand All @@ -132,7 +151,7 @@
* `switchChannel` switch to specified channel
* `startChannelMediaRelay`, `updateChannelMediaRelay`, `stopChannelMediaRelay`, `removeChannelMediaRelay` relay media streams operation for across channels.

#### 2.8.0-alpha.1
## 2.8.0-alpha.1
- add `string uid` api support
- android: deprecate `lowLatency` member of LiveTranscoding
- add methods `getUserInfoByUserAccount`, `getUserInfoByUid`, `joinChannelWithUserAccount`, `registerLocalUserAccount`
Expand All @@ -142,17 +161,17 @@
- android: upgrade native sdk to 2.8.2
- ios: upgrade native sdk to 2.8.0

#### 2.4.1-alpha.3
## 2.4.1-alpha.3
- refactor setLiveTranscoding: rename ios & android native parameters. export enum for javascript/typescript api.
- fix negative number case in android platform.
- improve api doc.

#### 2.4.1-alpha.2
## 2.4.1-alpha.2
- deprecated `sendMessage` & `createDataStream` & `removeAllListeners` & `off`
- refactor event system
- fix `android` enum convert failed.

#### 2.4.1-alpha
## 2.4.1-alpha
- support 2.4.1-alpha.1 agora video sdk android-2.4.1 / iOS-2.4.1
1. Deprecate iOS manual link operator, instead using cocoapods resolve compile dependencies.
2. Add methods getAudioMixingPlayoutVolume, getAudioMixingPublishVolume for audio mixing troubleshooting.
Expand All @@ -167,7 +186,7 @@
11. Add event `audioMixingStateChanged` and Deprecate event 'localAudioMixingFinish`.
11. Add `firstRemoteAudioDecoded` event you can get more detail [here](https://docs.agora.io/en/Interactive%20Broadcast/release_android_video?platform=Android#v241)

#### 2.4.0-alpha
## 2.4.0-alpha
- support 2.4.0-alpha.1 agora video sdk android-2.4.0 / iOS-2.4.0.1 and add sendMessage support in the same channel. Deprecate: startEchoTest and setVideoQualityParameters
- support 2.4.0-alpha.2 using 0.55.1 as peerDependency and support typescript
- support 2.4.0-alpha.3 bugfix iOS receiveStreamMessage data is null
Expand All @@ -186,7 +205,7 @@
"AgoraAudioMode" to "AudioMode"
```

#### 2.3.3-alpha
## 2.3.3-alpha
- support agora video sdk 2.3.3
- release 2.3.3-alpha.3
- release 2.3.3-alpha.4 (remove deprecated native api)
Expand All @@ -195,17 +214,17 @@
- release 2.3.3-alpha.7 (refactor RtcEngine#init method support audio / video mode and switch dualStream)


#### 1.1.2
## 1.1.2
- add onVideoMute
- add onAudioMute

#### 1.1.1
## 1.1.1

- add createDataStream
- add sendStreamMessage
- add onStreamMessage

#### 1.0.9
## 1.0.9

- update to agora sdk version 2.0.2

Expand All @@ -217,7 +236,7 @@

- fix bug: Android speaker's volume indication

#### 1.0.8
## 1.0.8

- update to agora sdk version 1.12

Expand Down
Loading