Is there an easy way to limit the number of participants on a Meetme room? Lets say we only want 10 people to be able to enter a particular meetme conference, how can I prevent number 11 from entering this conference? We will not have a pin to enter. -- Telecomunicaciones Abiertas de M?xico S.A. de C.V. Carlos Ch?vez Prats Director de Tecnolog?a +52-55-91169161 ext 2001
On Friday 07 December 2007 12:04:04 Carlos Chavez wrote:> Is there an easy way to limit the number of participants on a Meetme > room? Lets say we only want 10 people to be able to enter a particular > meetme conference, how can I prevent number 11 from entering this > conference? We will not have a pin to enter.Use group counting: Set(GROUP()=foo) GotoIf($[${GROUP_COUNT(foo)} > 10]?hangup) Meetme(1234) -- Tilghman