Skip to content

Commit cab7cc7

Browse files
committed
remove demo unused code
1 parent 8aec869 commit cab7cc7

File tree

3 files changed

+29
-374
lines changed

3 files changed

+29
-374
lines changed

Example/VPInterfaceControllerDemo/AppDelegate.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
2828
version = [version stringByAppendingString:@"_"];
2929
version = [version stringByAppendingString: [[[NSBundle mainBundle] infoDictionary] objectForKey:(__bridge NSString *) kCFBundleVersionKey]];
3030
[MobClick setAppVersion:version];
31-
[VPIConfigSDK setAppKey:@"921ac192-a38b-4b09-905d-e0c352ec624a" appSecret:@"6cc1f566c36e4165"];
32-
[[VPUPDebugSwitch sharedDebugSwitch] switchEnvironment:VPUPDebugStateTest];
31+
[VPIConfigSDK setAppKey:@"ca39f6b6-4626-4036-8518-59387636da60" appSecret:@"8e9db127a2644fba"];
32+
// [[VPUPDebugSwitch sharedDebugSwitch] switchEnvironment:VPUPDebugStateTest];
3333
[VPIConfigSDK initSDK];
3434
return YES;
3535
}

Example/VPInterfaceControllerDemo/Resources/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
],
1919
"room_id": [
2020
"https://static.videojj.com/online/video/Team%20Video%2B%2B_We_Are_Young.mp4",
21+
"http://qa-video.oss-cn-beijing.aliyuncs.com/ai/buRan.mp4",
2122
"http://qa-video.oss-cn-beijing.aliyuncs.com/mp4/victoria90s.mp4",
2223
"http://qa-video.oss-cn-beijing.aliyuncs.com/mp4/mby02.mp4",
2324
"http://qa-video.oss-cn-beijing.aliyuncs.com/mp4/shn48.mp4",

0 commit comments

Comments
 (0)