连接界面修改
修改连接摄像头连接方式选择界面
This commit is contained in:
@@ -85,7 +85,7 @@ Copy NSString *deviceId;
|
||||
}];
|
||||
}
|
||||
//P2P连线
|
||||
-(void)loginGewellWith:(UserModel *)model
|
||||
-(void)loginGwellWith:(UserModel *)model
|
||||
{
|
||||
NSString *accountId =[NSString stringWithFormat:@"%d",(int)[model.gwellUserID integerValue]&0x7fffffff];
|
||||
if ([accountId isEqualToString:@"0"]) {
|
||||
|
||||
Reference in New Issue
Block a user