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

[FEATURE] Support AgoraRtcEngine_iOS ~> 4.3.0 #94

Open
dgimb89 opened this issue Aug 2, 2024 · 0 comments
Open

[FEATURE] Support AgoraRtcEngine_iOS ~> 4.3.0 #94

dgimb89 opened this issue Aug 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@dgimb89
Copy link

dgimb89 commented Aug 2, 2024

Is your feature request related to a problem? Please describe.
We're experiencing some audio recording issues in Agora video calls that have since been fixed in the new AgoraRtcEngine 4.3 release. Unfortunately the AgoraBroadcastExtensionHelper_iOS pod is pinned to ~> 4.2.0, which prevents us from upgrading.

Describe the solution you'd like
Relax version constraint to 4.3:
s.dependency 'AgoraRtcEngine_iOS', '~> 4.3.0'
We've relaxing the implementation locally, and it worked fine without any issues during testing.

Describe alternatives you've considered
We could fork this repo and relax it ourselves. This is not our preferred option.

Additional context
image

target 'RecordingExtension' do
  use_frameworks!

  pod 'AgoraRtcEngine_iOS', '4.3.2'
  pod 'AgoraBroadcastExtensionHelper_iOS', '4.1.1'
end
@dgimb89 dgimb89 added the enhancement New feature or request label Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant