Hello Amit, just have tested this scenario, have fixed couple of issues, but duplicated user is not reproducible here :( Any additional steps?
On Wed, Sep 20, 2017 at 8:35 PM, K, Amit (MIND) <[email protected]> wrote: > Hi Maxim, > > > > I am following below steps: > > > > 1. Call login API to get SID: > > http://my IP:5080/openmeetings/services/user/login > > > > Input: user : userLogin, > > pass : userPass > > OutPut: SID > > > > 2. Now get Has key: > > http://my IP:5080/openmeetings/services /user/hash?sid= SID > > > > Input: > > > > data : { > > user : JSON.stringify({ > > firstname > : firstName, > > lastname > : lastName, > > > externalId : userLogin, //Passed in earlier call when getting SID > > > externalType : userLogin, //Passed in earlier call when getting SID > > login : > stuLogin, > > > > }), > > options : JSON.stringify({ > > roomId : > roomId, > > moderator > : true/false, > > > allowSameURLMultipleTimes: true, > > > allowRecording:true, > > > showAudioVideoTest : true, > > > > }) > > > > 3. Now in success block call below URL to jump in to room directly : > > > > http://my IP:5080/openmeetings/hash?secure="+ > result.serviceResult.message + &;language=1" > > > > > > Thanks, > > Amit > > *From:* Maxim Solodovnik [mailto:[email protected]] > *Sent:* Wednesday, September 20, 2017 5:56 PM > *To:* K, Amit (MIND) <[email protected]> > *Cc:* Openmeetings user-list <[email protected]> > *Subject:* Re: Duplicate Users in user list when refresh screen > > > > Hello Amit, > > > > Could you provide sequence of calls you are using so I can reproduce this? > > WBR, Maxim > (from mobile, sorry for the typos) > > > > On Sep 20, 2017 19:00, "K, Amit (MIND)" <[email protected]> wrote: > > Hello Maxim, > > > > Regarding OM 4.0.0 > > > > I am logging using API and jumping directly to the room. > > > > Problem what I am facing in during the testing, It showing duplicate users > in list when suppose I refresh the page. > > > > Every time when I refresh page, It appends same user in list. > > > > Sending screen here for your reference. > > > > > > > > Regards, > > Amit > > > ------------------------------ > > > The information contained in this electronic message and any attachments > to this message are intended for the exclusive use of the addressee(s) and > may contain proprietary, confidential or privileged information. If you are > not the intended recipient, you should not disseminate, distribute or copy > this e-mail. Please notify the sender immediately and destroy all copies of > this message and any attachments. WARNING: Computer viruses can be > transmitted via email. The recipient should check this email and any > attachments for the presence of viruses. The company accepts no liability > for any damage caused by any virus/trojan/worms/malicious code transmitted > by this email. www.motherson.com > > > ------------------------------ > > The information contained in this electronic message and any attachments > to this message are intended for the exclusive use of the addressee(s) and > may contain proprietary, confidential or privileged information. If you are > not the intended recipient, you should not disseminate, distribute or copy > this e-mail. Please notify the sender immediately and destroy all copies of > this message and any attachments. WARNING: Computer viruses can be > transmitted via email. The recipient should check this email and any > attachments for the presence of viruses. The company accepts no liability > for any damage caused by any virus/trojan/worms/malicious code transmitted > by this email. www.motherson.com > -- WBR Maxim aka solomax
