Commit e22133c0549bddd1a86e738e290752da448d7ef4
1 parent
5fefe22d
no message
Showing
1 changed file
with
1 additions
and
1 deletions
CNLivePlayerSDKTest/CNLivePlayerSDKTest/ViewController.m
| ... | ... | @@ -20,7 +20,7 @@ |
| 20 | 20 | - (void)viewDidLoad { |
| 21 | 21 | [super viewDidLoad]; |
| 22 | 22 | |
| 23 | - self.title = @"视讯云 推流和播放SDK Demo"; | |
| 23 | + self.title = @"直播云 推流和播放SDK Demo"; | |
| 24 | 24 | |
| 25 | 25 | UIButton *playerBtn = [UIButton buttonWithType:UIButtonTypeCustom]; |
| 26 | 26 | playerBtn.frame = CGRectMake((CGRectGetWidth(self.view.frame)-150)/2, 100, 150, 50); | ... | ... |