Hello Amit,

Actually there is special OM option:
redirect.url.for.external.users
http://openmeetings.apache.org/GeneralConfiguration.html

But it only in effect on connection lost.

It make sense to make 'exit' button available if this option is set to
valid URL
Could you please file JIRA ?


On Thu, Sep 21, 2017 at 2:27 PM, K, Amit (MIND) <ami...@mind-infotech.com>
wrote:

> It’s OK.. I will come with some more details soon might be next week… J
>
>
>
> One another question in  V 4.0.0:
>
>
>
> After jumping in to room directly by API call, then there is no logout
> option given.
>
> Only exit is there on top left corner but disabled.
>
>
>
> So how we are planning to get out from the room in above scenario.
>
>
>
> And if suppose I want to redirect on some other URL say www.google.com
> after exit or session out then what is the way to do that.
>
>
>
> Thanks,
>
> Amit
>
>
>
> *From:* Maxim Solodovnik [mailto:solomax...@gmail.com]
> *Sent:* Thursday, September 21, 2017 11:49 AM
> *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
>
>
>
> NREP for me :((((
>
>
>
> Any errors in the logs?
>
>
>
> On Thu, Sep 21, 2017 at 1:02 PM, K, Amit (MIND) <ami...@mind-infotech.com>
> wrote:
>
> Yes Maxim. Exaclty
>
>
>
> I am creating conference type room.
>
>
>
> Thanks,
>
> Amit
>
>
>
>
>
> *From:* Maxim Solodovnik [mailto:solomax...@gmail.com]
> *Sent:* Thursday, September 21, 2017 11:30 AM
> *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
>
>
>
> So your scenario is:
>
>
>
> 1) create secure hash using JS
>
> 2) enter the room using this hash
>
> 3) continuously reload using F5 key with same hash
>
>
>
> Is this correct?
>
> What type of room are you using?
>
>
>
>
>
> On Thu, Sep 21, 2017 at 12:16 PM, K, Amit (MIND) <ami...@mind-infotech.com>
> wrote:
>
> 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 J
>
>
>
> Thanks,
>
> Amit
>
>
>
> *From:* Maxim Solodovnik [mailto:solomax...@gmail.com
> <solomax...@gmail.com>]
> *Sent:* Wednesday, September 20, 2017 8:07 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,
>
>
>
> 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) <ami...@mind-infotech.com>
> 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: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> 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
>
>
> ------------------------------
>
>
> 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
>
>
> ------------------------------
>
>
> 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
>
> ------------------------------
>
> 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

Reply via email to