It is by design You need to use same externalType/externalId for same user then user count will not grow that fast
On Wed, Oct 28, 2015 at 12:59 AM, Jibon L. Costa <[email protected]> wrote: > allow_frontend_register, allow.soap.register both are disable. But > when I am trying to generate room hash using user object openmeetings > creating one user as external type. But it's not deleting > automatically after ending meeting. This making huge user list. Can I > disable that so that it will generate only room hash to enter the room > & wont' create user? > > On 10/28/15, Maxim Solodovnik <[email protected]> wrote: > > do you mean "self registration from login srceen"? > > > > http://openmeetings.apache.org/GeneralConfiguration.html > > > > disable allow_frontend_register > > enable allow.soap.register > > > > On Wed, Oct 28, 2015 at 12:47 AM, Jibon L. Costa <[email protected] > > > > wrote: > > > >> aha... But can you tell me, how I can disable user registration when I > >> will generate hash for room using setUserObjectAndGenerateRoomHash ? > >> > >> On 10/28/15, Maxim Solodovnik <[email protected]> wrote: > >> > yes, documentation on the site is for the future version, it would be > >> HUGE > >> > API break :( > >> > Documentation for version 3.0.x is available here: > >> > http://om.alteametasoft.com/openmeetings/docs/SoapRestAPI.html > >> > > >> > On Tue, Oct 27, 2015 at 11:56 PM, Jibon L. Costa > >> > <[email protected] > >> > > >> > wrote: > >> > > >> >> I am talking about this: > >> >> > >> >> > >> > http://web.archive.org/web/20150620081749/https://openmeetings.apache.org/openmeetings-webservice/apidocs/index.html > >> >> > >> >> but in new documentation those are missing :( > >> >> > >> >> On 10/27/15, Jibon L. Costa <[email protected]> wrote: > >> >> > Currently I am using setUserObjectAndGenerateRoomHash() method & > >> >> > last > >> >> > in document there was information about that method but now I can't > >> >> > find anything there. Also in 3.0.6 version it wasn't create any > user > >> >> > but in current version if I generate has using API it's creating > >> >> > users. Can I disable not to create users? Only generate hash to > >> >> > temporary access the room? > >> >> > > >> >> > On 10/27/15, Jibon L. Costa <[email protected]> wrote: > >> >> >> Yes, I did same. I authorized that with admin info. I was > following > >> >> >> your PHP API but I can't find those methods in > >> >> >> > >> >> > >> > http://openmeetings.apache.org/openmeetings-webservice/apidocs/index.html > >> >> >> But I think those methods were present last time & I had build one > >> >> >> module for Joomla. > >> >> >> > >> >> >> On 10/27/15, Maxim Solodovnik <[email protected]> wrote: > >> >> >>> first you need to authorize your SID > >> >> >>> please check example and docs for 3.0.x API here: > >> >> >>> > >> http://om.alteametasoft.com:5080/openmeetings/docs/RestAPISample.html > >> >> >>> > >> >> >>> On Tue, Oct 27, 2015 at 11:07 PM, Jibon L. Costa > >> >> >>> <[email protected]> > >> >> >>> wrote: > >> >> >>> > >> >> >>>> Hello, > >> >> >>>> > >> >> >>>> I can see SOAP/REST API documentation has been changed. Can you > >> >> >>>> explain little more how I will use that? For example: I want to > >> >> >>>> generate has for entering a room. I tried like this: > >> >> >>>> > >> >> >>>> > >> >> >>>> > >> >> > >> > http://HOST:5080/openmeetings/services/UserService/getRoomHash?sid=f2a7b28ace077fb8d6d5e79e601cb9df > >> >> >>>> > >> >> >>>> But got this error: > >> >> >>>> The endpoint reference (EPR) for the Operation not found is > >> >> >>>> > >> >> >>>> > >> >> > >> > /openmeetings/services/UserService/getRoomHash?sid=f2a7b28ace077fb8d6d5e79e601cb9df > >> >> >>>> and the WSA Action = null. If this EPR was previously reachable, > >> >> >>>> please contact the server administrator. > >> >> >>>> > >> >> >>>> Will you please explain how I will do that? > >> >> >>>> > >> >> >>>> -- > >> >> >>>> Thanks & Regards > >> >> >>>> Jibon Lawrence Costa > >> >> >>>> > >> >> >>> > >> >> >>> > >> >> >>> > >> >> >>> -- > >> >> >>> WBR > >> >> >>> Maxim aka solomax > >> >> >>> > >> >> >> > >> >> >> > >> >> >> -- > >> >> >> Thanks & Regards > >> >> >> Jibon Lawrence Costa > >> >> >> > >> >> > > >> >> > > >> >> > -- > >> >> > Thanks & Regards > >> >> > Jibon Lawrence Costa > >> >> > > >> >> > >> >> > >> >> -- > >> >> Thanks & Regards > >> >> Jibon Lawrence Costa > >> >> > >> > > >> > > >> > > >> > -- > >> > WBR > >> > Maxim aka solomax > >> > > >> > >> > >> -- > >> Thanks & Regards > >> Jibon Lawrence Costa > >> > > > > > > > > -- > > WBR > > Maxim aka solomax > > > > > -- > Thanks & Regards > Jibon Lawrence Costa > -- WBR Maxim aka solomax
