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:solomax...@gmail.com]
Sent: Wednesday, September 20, 2017 5:56 PM
To: K, Amit (MIND) <ami...@mind-infotech.com>
Cc: Openmeetings user-list <user@openmeetings.apache.org>
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)" 
<ami...@mind-infotech.com<mailto:ami...@mind-infotech.com>> 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:image001.png@01D33243.664D83B0][cid:image002.jpg@01D33243.664D83B0]

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

Reply via email to