-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from syanbo/v2.x
refactor. event
- Loading branch information
Showing
18 changed files
with
862 additions
and
11,219 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,3 +72,4 @@ xcuserdata* | |
.vscode | ||
samples/**/package-lock.json | ||
*.iml | ||
android/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,3 +37,4 @@ proguard-rules.pro | |
.settings | ||
.vscode | ||
package-lock.json | ||
android/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
## THE CHANGELOG | ||
|
||
#### 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) | ||
- release 2.3.3-alpha.5 (refactor event react api & refactor native wrapper) | ||
|
||
|
||
#### 1.1.2 | ||
- add onVideoMute | ||
- add onAudioMute | ||
|
||
#### 1.1.1 | ||
|
||
- add createDataStream | ||
- add sendStreamMessage | ||
- add onStreamMessage | ||
|
||
#### 1.0.9 | ||
|
||
- update to agora sdk version 2.0.2 | ||
|
||
- add setCameraAutoFocusFaceModeEnabled | ||
|
||
- add setDefaultAudioRouteToSpeakerphone | ||
|
||
- add setCameraTorchOn | ||
|
||
- fix bug: Android speaker's volume indication | ||
|
||
#### 1.0.8 | ||
|
||
- update to agora sdk version 1.12 | ||
|
||
- init wouldn't start video preview. Should manually use startPreview. | ||
|
||
- init options add new boolean parameter `swapWidthAndHeight` to support swap width and height. | ||
|
||
- add configPublisher | ||
|
||
- add setLocalRenderMode | ||
|
||
- add setRemoteRenderMode | ||
|
||
- add enableAudioVolumeIndication | ||
|
||
- add onAudioVolumeIndication | ||
|
||
- add zOrderMediaOverlay for android platform, support media overlay |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
372 changes: 225 additions & 147 deletions
372
android/src/main/java/com/syan/agora/AgoraModule.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.