Skip to content

Commit cf72321

Browse files
committed
feat: use GoogleWeRTC install via pod
1 parent f958638 commit cf72321

File tree

110 files changed

+11494
-155
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+11494
-155
lines changed

Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ target 'SimpleWebRTC' do
77

88
# Pods for SimpleWebRTC
99
pod 'Starscream', '~> 3.0.2'
10+
pod 'GoogleWebRTC'
1011

1112
target 'SimpleWebRTCTests' do
1213
inherit! :search_paths

Podfile.lock

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
PODS:
2+
- GoogleWebRTC (1.1.29400)
23
- Starscream (3.0.6)
34

45
DEPENDENCIES:
6+
- GoogleWebRTC
57
- Starscream (~> 3.0.2)
68

79
SPEC REPOS:
810
https://github.com/CocoaPods/Specs.git:
911
- Starscream
12+
trunk:
13+
- GoogleWebRTC
1014

1115
SPEC CHECKSUMS:
16+
GoogleWebRTC: cfb83bc346435a17fe06bb05f04ad826b858a7fb
1217
Starscream: ef3ece99d765eeccb67de105bfa143f929026cf5
1318

14-
PODFILE CHECKSUM: f638f1a56620b0e992548a123d40fcc46d4ab1ab
19+
PODFILE CHECKSUM: 6f6a3407cd5673895c533dfdeffa7a011bba1e8d
1520

16-
COCOAPODS: 1.8.4
21+
COCOAPODS: 1.9.3

Pods/GoogleWebRTC/Frameworks/frameworks/WebRTC.framework/Headers/RTCAudioSession.h

Lines changed: 258 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/GoogleWebRTC/Frameworks/frameworks/WebRTC.framework/Headers/RTCAudioSessionConfiguration.h

Lines changed: 48 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/GoogleWebRTC/Frameworks/frameworks/WebRTC.framework/Headers/RTCAudioSource.h

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)