Commit 34eba323c7ffd615e16b02d02a7426c15d4c6b3a

Authored by 王军波
1 parent 9578757d

sfdsf

LiveVideoCloud/AppDelegate/AppDelegate.m
@@ -52,7 +52,7 @@ @@ -52,7 +52,7 @@
52 // 20170327 20170328 52 // 20170327 20170328
53 53
54 54
55 - CNLiveChatUserInfo *userInfo = [[CNLiveChatUserInfo alloc] initWithUserId:@"20170328ll" name:@"20170328" portrait:@"http://b.hiphotos.baidu.com/zhidao/wh%3D450%2C600/sign=f0c5c08030d3d539c16807c70fb7c566/8ad4b31c8701a18bbef9f231982f07082838feba.jpg"]; 55 + CNLiveChatUserInfo *userInfo = [[CNLiveChatUserInfo alloc] initWithUserId:@"20170629" name:@"20170328" portrait:@"http://b.hiphotos.baidu.com/zhidao/wh%3D450%2C600/sign=f0c5c08030d3d539c16807c70fb7c566/8ad4b31c8701a18bbef9f231982f07082838feba.jpg"];
56 56
57 57
58 [[CNLiveChatManager sharedCNLiveChatManager] loginServer:userInfo success:^(NSString *userId) { 58 [[CNLiveChatManager sharedCNLiveChatManager] loginServer:userInfo success:^(NSString *userId) {
LiveVideoCloud/Classes/Sections/LiveSections/Controller/LVCLiveViewController.m
@@ -200,7 +200,7 @@ @@ -200,7 +200,7 @@
200 if (!_liveBaseView) 200 if (!_liveBaseView)
201 { 201 {
202 _liveBaseView = [LiveBaseView liveBaseView]; 202 _liveBaseView = [LiveBaseView liveBaseView];
203 - _liveBaseView.roomId = [UserInformationModel manager].uid; 203 + _liveBaseView.roomId = [NSString stringWithFormat:@"60_%@",[UserInformationModel manager].uid];
204 _liveBaseView.jumpType = JumpControllerTypePresent; 204 _liveBaseView.jumpType = JumpControllerTypePresent;
205 _liveBaseView.viewController = self; 205 _liveBaseView.viewController = self;
206 _liveBaseView.backgroundColor = [UIColor clearColor]; 206 _liveBaseView.backgroundColor = [UIColor clearColor];