Commit 993031a86618583c1f53eb0adc4c957dffd0e58a

Authored by 朱林
1 parent 03d2b370

no message

LiveVideoCloud/Classes/Sections/PGCSections/Controller/LVCLivePlayerController.m
@@ -64,7 +64,7 @@ @@ -64,7 +64,7 @@
64 [super viewDidLoad]; 64 [super viewDidLoad];
65 self.view.backgroundColor = [UIColor blackColor]; 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 playerFrame = CGRectMake(0, 20, SCREEN_WIDTH, SCREEN_WIDTH*9/16); 68 playerFrame = CGRectMake(0, 20, SCREEN_WIDTH, SCREEN_WIDTH*9/16);
69 _originalDirection = 0; 69 _originalDirection = 0;
70 70