Commit 993031a86618583c1f53eb0adc4c957dffd0e58a
1 parent
03d2b370
no message
Showing
1 changed file
with
1 additions
and
1 deletions
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 | ... | ... |