修改了加入房间 获取麦序

This commit is contained in:
fengshuo
2021-10-21 17:37:26 +08:00
committed by zu
parent 12831cfd3c
commit cdcfda385f
22 changed files with 503 additions and 6 deletions

View File

@@ -132,7 +132,7 @@
{
#warning to do
XPRoomViewController * roomVC = [[XPRoomViewController alloc] init];
roomVC.roomUid = [NSString stringWithFormat:@"%ld", self.userInfo.uid];
roomVC.roomUid = [NSString stringWithFormat:@"%ld",1004567];
BaseNavigationController * nav = [[BaseNavigationController alloc] initWithRootViewController:roomVC];
nav.modalPresentationStyle = UIModalPresentationFullScreen;
[self presentViewController:nav animated:YES completion:nil];