Dear Maxim, Thanks for the your time.
Today I pull the latest code again and run. Actually in more details: 1. I created one html page that have only one button say “Launch” and included one .js file that has all the related ajax call. 2. As I click on Launch button it calls function from .js file and go to room. 3. I tried above steps on Chrome browser. 4. Although It happens in 90% cases When I press F5 key. Another thing I noticed in MOZILA FIREFOX browser is that it is not loading correctly and showing some JS errors in browser console. Hope it helps otherwise I will do some more debugging at code level also ☺ Thanks, Amit From: Maxim Solodovnik [mailto:[email protected]] Sent: Wednesday, September 20, 2017 8:07 PM To: K, Amit (MIND) <[email protected]<mailto:[email protected]>> Cc: Openmeetings user-list <[email protected]<mailto:[email protected]>> Subject: Re: Duplicate Users in user list when refresh screen 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]<mailto:[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]<mailto:[email protected]>] Sent: Wednesday, September 20, 2017 5:56 PM To: K, Amit (MIND) <[email protected]<mailto:[email protected]>> Cc: Openmeetings user-list <[email protected]<mailto:[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]<mailto:[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. [cid:[email protected]][cid:[email protected]] 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<http://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<http://www.motherson.com> -- WBR Maxim aka solomax ________________________________ 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
