-
Notifications
You must be signed in to change notification settings - Fork 226
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
fix: iOS build failed #450
Merged
Merged
Conversation
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
..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 ad03101 fix: merge some bug fix 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 75f572d fix: use the better way to fix rendering problems 9ab28a7 fix: `MetadataReceived` event parameters bug ddeaefb Merge branch 'master' into dev/3.2.0 313cddd chore: add .gitignore c737102 fix: some rendering problems when change render widget order 2520e7a style: format with 2 spaces 2fef3ae feat: add `setClientRole(role: ClientRole, options?: ClientRoleOptions): Promise<void>` fcb57cc feat: upgrade to 3.2.0 66eeaad Merge commit '0eab47114cde933482f90879e177fd019430cafd' into dev/raw_data 576473c Android add getNativeHandle 0eab471 feat: Android add getNativeHandle 66ed5b5 fix bug e0d1d08 * fix `setDefaultAudioRoutetoSpeakerphone` crash bug * add `setAudioSessionOperationRestriction` and `sendCustomReportMessage` method c82a9e1 finish 9fa3009 iOS finished d69a73d android finished 51b093b - fix crash when rendering view without `channelId` property - fix `RtcLocalView` freezes after rendering remote view 10a3d01 - fix multiple channel render bug - remove `Types` from export, you can import enum or class by `import {} from 'react-native-agora'` d998401 - add `startPreview` `stopPreview` 93621d3 - add `constructor` for typescript - fix Android `mapToChannelMediaInfo` crash - fix iOS `switchChannel` `sendMetadata` crash d1d40f5 Merge commit 'b67450678710cbc3ad4fcf72d8b53dd695d0a8e8' into beta/3.0.0 b674506 Android finish bdd398f change Double to Number b17dd47 fix convert exception in mapToCameraCapturerConfiguration function cf24c0b fix bugs 51f0ca3 fix bug from issue: #213 upgrade to 3.0.1 git-subtree-dir: android/src/main/java/io/agora/rtc/base git-subtree-split: fbf0147a1ba57f0eabe9c5b54fffeec83a7e2c14
da75ede fix: iOS build error 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 b87cce2 fix: merge some bug fix 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 a290e73 fix: use the better way to fix rendering problems 56ab25b fix: `MetadataReceived` event parameters bug daefc68 style: use shorthand arguments for lambda 561b3fd Merge branch 'master' into dev/3.2.0 12e2561 fix: some rendering problems when change render widget order 6f52bef Merge commit 'c8845fe04c1596fe2e7242302bf160bc671910cb' into rc/3.1.+ da3222a Merge branch 'master' into dev/3.2.0 c8845fe fix: `RtcSurfaceView` memory leak 3a55997 feat: add `setClientRole(role: ClientRole, options?: ClientRoleOptions): Promise<void>` 4ee51a9 feat: upgrade to 3.2.0 73f3a32 Merge remote-tracking branch 'origin/dev/raw_data' into dev/raw_data 374f3e9 feat: iOS raw data plugin cd09ccc iOS raw data plugin 12cf9cf * fix `setDefaultAudioRoutetoSpeakerphone` crash bug * add `setAudioSessionOperationRestriction` and `sendCustomReportMessage` method fc1e7e0 finish c034b86 iOS finished efe8898 Merge commit 'dbb223a1b79dc10717c0feb6127060eef66a895f' into rc/3.1.2 9e9ecfa - fix `Xcode10` `Swift4` compile error dbb223a * fix iOS `FirstLocalVideoFrame` `VideoSizeChanged` `FirstRemoteVideoFrame` `FirstRemoteVideoDecoded` bug d2c9afa - fix crash when rendering view without `channelId` property - fix `RtcLocalView` freezes after rendering remote view 6eec86f - fix multiple channel render bug - remove `Types` from export, you can import enum or class by `import {} from 'react-native-agora'` cab5a62 - add `startPreview` `stopPreview` e8a38b1 - add `constructor` for typescript - fix Android `mapToChannelMediaInfo` crash - fix iOS `switchChannel` `sendMetadata` crash a2b9df7 iOS finish 13282b6 iOS engine finish 65b7f70 fix bug from issue: #213 upgrade to 3.0.1 git-subtree-dir: ios/RCTAgora/Base git-subtree-split: da75eded3fd19f4faf78220900b97207157789e8
LichKing-2234
added a commit
that referenced
this pull request
Dec 14, 2021
LichKing-2234
added a commit
that referenced
this pull request
May 12, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.