-
Notifications
You must be signed in to change notification settings - Fork 389
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Squashed 'android/src/main/java/io/agora/rtc/base/' changes from 21c7655..fbf0147 fbf0147 fix: getAudioFileInfo & selectAudioTrack 987de50 feat: support 3.5.2 4ebf77c feat: support 3.5.1 & plugin 27c788c chore: mapToColor 0278629 feat: support 3.5.0.2 45dcd16 chore: add API which is missing 58ca4b0 fix: AudioRecordingConfiguration bug 4a32e12 chore: prepare to migrate to iris 276c9fe chore: support 3.4.5 783aecf chore: add ERR_ALREADY_IN_RECORDING 3aed6ce fix: startAudioRecording bug 510b405 chore: optimize 4f801b9 chore: optimize ab71f52 chore: optimize startAudioRecording 07f81c7 chore: optimize 5a20e13 style: optimize 858b58f fix(uid compatible): int to uint 8d14d2d feat(upgrade): 3.4.1 be5efea Merge pull request #4 from AgoraLibrary/dev/3.3.0 382f858 Merge branch 'master' into dev/3.3.0 8671535 Merge pull request #3 from AgoraLibrary/dev/3.2.0 feabda3 Merge branch 'master' into dev/3.2.0 9e57891 Merge pull request #2 from AgoraLibrary/dev/3.1.0 df303ee fix: merge some bug fix cd7a2cd feat: support 3.3.1 for Android 551ebfe fix: annotation build warning 9c48594 feat: support 3.3.0 for Android de52ca6 Merge branch 'master' into dev/3.2.0 ddeaefb Merge branch 'master' into dev/3.2.0 2fef3ae feat: add `setClientRole(role: ClientRole, options?: ClientRoleOptions): Promise<void>` fcb57cc feat: upgrade to 3.2.0 REVERT: 21c7655 feat: support 3.0.+ git-subtree-dir: android/src/main/java/io/agora/rtc/base git-subtree-split: fbf0147a1ba57f0eabe9c5b54fffeec83a7e2c14 * Squashed 'ios/Classes/Base/' changes from b664522..40fe426 40fe426 fix: getAudioFileInfo & selectAudioTrack 9d52a5f fix: build failed on other platform a7ddd5e style: format 6db7748 feat: support 3.5.2 325c233 feat: support 3.5.1 & plugin d4e2686 fix: mapToEncryptionConfig crash f4be532 fix: compiler error 4eb127f chore: support 3.5.0.2 3c32dc5 chore: add API which is missing 3bb9210 fix: API call error 732df69 feat: support 3.4.6 782ec46 chore: prepare to migrate to iris ba7fba7 chore: support 3.4.5 f25a603 fix: startAudioRecording bug 02b6cc3 chore: optimize startAudioRecording 88b3d59 style: format code b60a451 Merge pull request #6 from AgoraLibrary/main/3.4.+ d1561f7 feat(upgrade): 3.4.1 bb84006 Merge pull request #5 from AgoraLibrary/main/3.3.+ 4623dc3 fix: getErrorDescription key error ee40ba1 Merge pull request #4 from AgoraLibrary/dev/3.3.0 f8bde68 Merge branch 'master' into dev/3.3.0 0db518f Merge pull request #3 from AgoraLibrary/dev/3.2.0 5f69768 Merge branch 'master' into dev/3.2.0 d355c51 Merge pull request #2 from AgoraLibrary/dev/3.1.0 a81db07 fix: merge some bug fix 2d1ac8f fix: iOS selector error 98c4331 fix: type cast error 836f3b4 feat: support 3.3.1 for iOS b422ce8 feat: support 3.3.0 for iOS c8a08e5 Merge branch 'master' into dev/3.2.0 561b3fd Merge branch 'master' into dev/3.2.0 da3222a Merge branch 'master' into dev/3.2.0 3a55997 feat: add `setClientRole(role: ClientRole, options?: ClientRoleOptions): Promise<void>` 4ee51a9 feat: upgrade to 3.2.0 REVERT: b664522 fix: merge error REVERT: ed3b61b feat: support 3.0.+ git-subtree-dir: ios/Classes/Base git-subtree-split: 40fe42656eea7efdb588fb7495ad7a452a804c0b * merge: iOS 3.5.2 * fix: `getAudioFileInfo` & `selectAudioTrack`
- Loading branch information
1 parent
d561c43
commit 6697f78
Showing
11 changed files
with
63 additions
and
109 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
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 |
---|---|---|
@@ -1,13 +1,6 @@ | ||
#import "GeneratedPluginRegistrant.h" | ||
|
||
#if __has_include(<agora_rtc_engine/RtcEnginePlugin.h>) | ||
#import <agora_rtc_engine/RtcEnginePlugin.h> | ||
#endif | ||
#if __has_include(<agora_rtc_engine/RtcEnginePluginRegistrant.h>) | ||
#import <agora_rtc_engine/RtcEnginePluginRegistrant.h> | ||
#endif | ||
|
||
#import "CustomCaptureAudio.h" | ||
#import "ExternalAudio.h" | ||
|
||
|
||
@import agora_rtc_engine; |
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
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
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 |
---|---|---|
@@ -1,37 +1,43 @@ | ||
fastlane documentation | ||
================ | ||
---- | ||
|
||
# Installation | ||
|
||
Make sure you have the latest version of the Xcode command line tools installed: | ||
|
||
``` | ||
```sh | ||
xcode-select --install | ||
``` | ||
|
||
Install _fastlane_ using | ||
``` | ||
[sudo] gem install fastlane -NV | ||
``` | ||
or alternatively using `brew install fastlane` | ||
For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane) | ||
|
||
# Available Actions | ||
|
||
### tests | ||
``` | ||
fastlane tests | ||
|
||
```sh | ||
[bundle exec] fastlane tests | ||
``` | ||
|
||
|
||
|
||
---- | ||
|
||
|
||
## iOS | ||
|
||
### ios custom_lane | ||
|
||
```sh | ||
[bundle exec] fastlane ios custom_lane | ||
``` | ||
fastlane ios custom_lane | ||
``` | ||
|
||
Description of what the lane does | ||
|
||
---- | ||
|
||
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run. | ||
More information about fastlane can be found on [fastlane.tools](https://fastlane.tools). | ||
The documentation of fastlane can be found on [docs.fastlane.tools](https://docs.fastlane.tools). | ||
|
||
More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools). | ||
|
||
The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools). |
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
import Foundation | ||
|
||
/** | ||
* Class for register the `RtcEnginePlugin`. | ||
*/ | ||
@objc | ||
public class RtcEnginePluginRegistrant: NSObject { | ||
/** | ||
* Register a `RtcEnginePlugin`. The `plugin` will be called when the `RtcEngine` is created from | ||
* flutter side. | ||
*/ | ||
@objc public static func register(_ plugin: RtcEnginePlugin) { | ||
RtcEngineRegistry.shared.add(plugin) | ||
} | ||
|
||
/** | ||
* Unregister a previously registered `RtcEnginePlugin`. | ||
*/ | ||
@objc public static func unregister(_ plugin: RtcEnginePlugin) { | ||
RtcEngineRegistry.shared.remove(plugin) | ||
} | ||
} |
This file was deleted.
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