I'm afraid the only option to change the size after first user login or in code
On Sat, Aug 13, 2016 at 10:25 AM, Eric <[email protected]> wrote: > "Calendar appointment" room size can be define in admin configure. I'm > talking about the user's room,They will be creating when a new user login. > > > ------------------ 原始邮件 ------------------ > 发件人: "Maxim Solodovnik" <[email protected]>; > 发送时间: 2016年8月13日(星期六) 9:37 > 收件人: "Openmeetings user-list" <[email protected]>; > 主题: Re: How to limit the numberOfPartizipants of user's private room? > > > BTW if you are talking about "Calendar appointment" room it can be easily > added > > On Sat, Aug 13, 2016 at 8:35 AM, Maxim Solodovnik <[email protected]> > wrote: >> Currently this can only be done via code modification and rebuild >> please file JIRA ticket with proposal where this control can be placed >> (from the UI point of view) >> >> On Sat, Aug 13, 2016 at 7:22 AM, Eric <[email protected]> wrote: >>> How to limit the numberOfPartizipants of user's private room when they're >>> created? Default is 25 & 150,Other rooms has yet set to 20 through UI,So >>> i'm >>> set a schedule in the DB >>> ********************************************************************** >>> CREATE EVENT IF NOT EXISTS check_num >>> ON SCHEDULE EVERY 5 SECOND >>> DO UPDATE room SET numberOfPartizipants=20 WHERE numberOfPartizipants>20 >>> ; >>> ********************************************************************** >>> But it's ineffective until restart. >>> >>> >>> ------------------ 原始邮件 ------------------ >>> 发件人: "Eric" <[email protected]>; >>> 发送时间: 2016年8月12日(星期五) 21:28 >>> 收件人: "Openmeetings user-list" <[email protected]>; >>> 主题: How to limit the numberOfPartizipants of user's private room? >>> >>> >>> Hi,Maxim Solodovnik >>> >>> How to restrict the numberOfPartizipants of user's private room when it's >>> created? Default is 50。 >>> I set a schedule for the table_room: >>> ********************************************************************** >>> CREATE EVENT IF NOT EXISTS check_num >>> ON SCHEDULE EVERY 5 SECOND >>> DO UPDATE room SET numberOfPartizipants=20 WHERE numberOfPartizipants>20 >>> ; >>> ********************************************************************** >>> But it's no effective util restart. >>> >>> >>> >>> >>> >>> >> >> >> >> -- >> WBR >> Maxim aka solomax > > > > -- > WBR > Maxim aka solomax -- WBR Maxim aka solomax
