Update WebRTC to m97 (#86)

* update WebRTC to m97

* use flutter_webrtc's master
This commit is contained in:
Hiroshi Horie
2022-02-26 13:23:36 +09:00
committed by GitHub
parent 38d47fd72d
commit 7843e87254
7 changed files with 43 additions and 35 deletions
+1 -1
View File
@@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.static_framework = true
s.dependency 'Flutter'
s.dependency 'WebRTC-SDK', '~> 93.4577'
s.dependency 'WebRTC-SDK', '~> 97.4692'
end