Commit 0a7cf80108be0293dcdf7665ed7801daaf03c64c

Authored by 王军波
2 parents 25e3e04b 993031a8

Merge branch 'master' of bj.gitlab.cnlive.com:ios-team/LiveVideoCloud

LiveVideoCloud/Classes/Sections/PGCSections/Controller/LVCLivePlayerController.m
... ... @@ -64,7 +64,7 @@
64 64 [super viewDidLoad];
65 65 self.view.backgroundColor = [UIColor blackColor];
66 66  
67   - _roomId = [NSString stringWithFormat:@"syn%@",self.model.docID];
  67 + _roomId = [NSString stringWithFormat:@"syn%@",self.model.mediaId];
68 68 playerFrame = CGRectMake(0, 20, SCREEN_WIDTH, SCREEN_WIDTH*9/16);
69 69 _originalDirection = 0;
70 70  
... ...