5_1-手机开播场景(页面)
1 功能概述
2 使用介绍
PLVLSStreamerViewController *vctrl = [[PLVLSStreamerViewController alloc] init];
vctrl.modalPresentationStyle = UIModalPresentationFullScreen;
[self presentViewController:vctrl animated:YES completion:nil];[PLVRoomLoginClient logout];
[self dismissViewControllerAnimated:YES completion:nil];3 页面介绍
Last updated