Skip to content

Commit

Permalink
1.修改RTCVideoCapturerDelegate,添加源流回调
Browse files Browse the repository at this point in the history
  • Loading branch information
a42279395 committed Nov 14, 2022
1 parent 92f8ade commit a1eb0c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WebRTC_HX.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'WebRTC_HX'
s.version = '0.1.0'
s.version = '1.1.1'
s.summary = 'A short description of WebRTC_HX.'

# This description is used to generate tags and improve search results.
Expand All @@ -30,7 +30,7 @@ TODO: Add long description of the pod here.

s.ios.deployment_target = '10.0'

s.source = { :http => "https://github.com/a42279395/WebRTC_HX/releases/download/0.1.0/WebRTC.xcframework.zip" }
s.source = { :http => "https://github.com/a42279395/WebRTC_HX/releases/download/1.1.1/WebRTC.xcframework.zip" }
s.vendored_frameworks = "WebRTC.xcframework"

# s.resource_bundles = {
Expand Down

0 comments on commit a1eb0c8

Please sign in to comment.