Add background audio when screenshare is running

This commit is contained in:
Tiago Jacobs
2022-04-06 19:24:42 -03:00
parent 0f10961c81
commit d0e42c305d
9 changed files with 46 additions and 11 deletions

View File

@@ -14,6 +14,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/bigbluebutton/bigbluebutton-mobile-sdk.git", :tag => "#{s.version}" }
s.source_files = "ios/**/*.{h,m,mm,swift}"
s.resources = "ios/Assets/*"
s.dependency "React-Core"
s.dependency "WebRTC-lib"