Skip to content

Commit 5b2f38d

Browse files
authored
SDK v2 Updates (#71)
1 parent f5573f6 commit 5b2f38d

File tree

21 files changed

+1095
-499
lines changed

21 files changed

+1095
-499
lines changed

app-to-app-js/package-lock.json

+332-152
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app-to-app-js/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"author": "",
1111
"license": "ISC",
1212
"dependencies": {
13-
"express": "4.18.2",
13+
"express": "^4.21.2",
1414
"localtunnel": "2.0.2",
15-
"@vonage/client-sdk": "1.*"
15+
"@vonage/client-sdk": "2.*"
1616
}
1717
}

app-to-app-kotlin/app-to-app/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ dependencies {
4242
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
4343
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
4444

45-
implementation 'com.vonage:client-sdk-voice:1.2.1'
45+
implementation 'com.vonage:client-sdk-voice:2.0.0'
4646
}

app-to-app-swift/AppToApp/AppToAppCall.xcodeproj/project.pbxproj

+18
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
12CE026524D033F9008D7847 /* Frameworks */,
107107
12CE026624D033F9008D7847 /* Resources */,
108108
057C846064EF8F464C1F86F8 /* [CP] Embed Pods Frameworks */,
109+
744EE41A1012F75F5F1136FB /* [CP] Copy Pods Resources */,
109110
);
110111
buildRules = (
111112
);
@@ -202,6 +203,23 @@
202203
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
203204
showEnvVarsInLog = 0;
204205
};
206+
744EE41A1012F75F5F1136FB /* [CP] Copy Pods Resources */ = {
207+
isa = PBXShellScriptBuildPhase;
208+
buildActionMask = 2147483647;
209+
files = (
210+
);
211+
inputFileListPaths = (
212+
"${PODS_ROOT}/Target Support Files/Pods-AppToAppCall/Pods-AppToAppCall-resources-${CONFIGURATION}-input-files.xcfilelist",
213+
);
214+
name = "[CP] Copy Pods Resources";
215+
outputFileListPaths = (
216+
"${PODS_ROOT}/Target Support Files/Pods-AppToAppCall/Pods-AppToAppCall-resources-${CONFIGURATION}-output-files.xcfilelist",
217+
);
218+
runOnlyForDeploymentPostprocessing = 0;
219+
shellPath = /bin/sh;
220+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-AppToAppCall/Pods-AppToAppCall-resources.sh\"\n";
221+
showEnvVarsInLog = 0;
222+
};
205223
/* End PBXShellScriptBuildPhase section */
206224

207225
/* Begin PBXSourcesBuildPhase section */

app-to-app-swift/AppToApp/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ target 'AppToAppCall' do
66
use_frameworks!
77

88
# Pods for AppToAppCall
9-
pod 'VonageClientSDKVoice', '1.2.1'
9+
pod 'VonageClientSDKVoice', '2.0.0'
1010
end
+8-8
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
PODS:
2-
- VonageClientSDKVoice (1.2.1):
3-
- VonageWebRTC (~> 99.9.26)
4-
- VonageWebRTC (99.9.27)
2+
- VonageClientSDKVoice (2.0.0):
3+
- VonageWebRTC (~> 99.13.76)
4+
- VonageWebRTC (99.13.88)
55

66
DEPENDENCIES:
7-
- VonageClientSDKVoice (= 1.2.1)
7+
- VonageClientSDKVoice (= 2.0.0)
88

99
SPEC REPOS:
1010
trunk:
1111
- VonageClientSDKVoice
1212
- VonageWebRTC
1313

1414
SPEC CHECKSUMS:
15-
VonageClientSDKVoice: 9d352bf3e5cd669c021b8b21c135904e1bf1c9e3
16-
VonageWebRTC: 8a2c2c86a354f22e89caea705c7bf4798a82455b
15+
VonageClientSDKVoice: ade8e530dd99e81572c87831cc8ed46f09fabd4e
16+
VonageWebRTC: c290e56427e29dee6e06fcfe8c4c013b1eddd083
1717

18-
PODFILE CHECKSUM: 9ace4759f94605d6cf7c89cfb3ea03e81a72e092
18+
PODFILE CHECKSUM: 5a6fd6601d3b18a10438150eb4cf8b30bb4b9ca8
1919

20-
COCOAPODS: 1.12.1
20+
COCOAPODS: 1.16.2

0 commit comments

Comments
 (0)