|
@@ -1858,7 +1858,7 @@ typedef NS_ENUM(NSInteger, LIVEPAGE) {
|
|
// 判断连麦人数超过4人 无法点击
|
|
// 判断连麦人数超过4人 无法点击
|
|
NSInteger count = [self queryConnectingCount];
|
|
NSInteger count = [self queryConnectingCount];
|
|
if (count >= 4) {
|
|
if (count >= 4) {
|
|
- [self MBPShow:@"最多可连麦4人"];
|
|
|
|
|
|
+ [self MBPShow:@"最多支持4人上麦哦~"];
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
KSLiveChatroomSeatResponse *responseMessage = [[KSLiveChatroomSeatResponse alloc] init];
|
|
KSLiveChatroomSeatResponse *responseMessage = [[KSLiveChatroomSeatResponse alloc] init];
|