You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "Maxim Solodovnik (JIRA)" <ji...@apache.org> on 2019/07/29 13:14:00 UTC

[jira] [Commented] (OPENMEETINGS-2096) Support for generating room hash key

    [ https://issues.apache.org/jira/browse/OPENMEETINGS-2096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16895237#comment-16895237 ] 

Maxim Solodovnik commented on OPENMEETINGS-2096:
------------------------------------------------

I have no idea what is {{postman}} :(
And I don't understand 
# What version of OM are you using?
# what is not working for you?

> Support for generating room hash key
> ------------------------------------
>
>                 Key: OPENMEETINGS-2096
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2096
>             Project: Openmeetings
>          Issue Type: Bug
>         Environment: ubuntu, using openmeetings 4.0.9 version
>            Reporter: perception
>            Assignee: Maxim Solodovnik
>            Priority: Major
>         Attachments: postman1.png, postman2.png
>
>
> Hello Sir,
>  
> We have followed below tutorial to generate room hash key 
>  
> [https://openmeetings.apache.org/RestAPISample.html#_toc_how_to_get_room_hash_via_rest]
>  
> First we have generate authorised SID{color:#495057} using below code{color}
> $.ajax({  method: "GET",  url: "services/user/login",  data: {user: 'admin', pass: '12345'},  dataType: "json"});
> Now i need to generate room hash key using below code.
> $.ajax({  method: "POST",  url: "services/user/hash?sid=78189aff-d68d-458a-8840-5b18d15a50b0",  data: {user: JSON.stringify({      firstname: 'John',      lastname: 'Doe',      externalId: 'uid1',      externalType: 'myCMS',      login: 'superjohn'      }),    options: JSON.stringify({      roomId: 5,      moderator: true,      showAudioVideoTest: true      })
>     },  dataType: "json"})
> we have tried these steps in postman tool. Refer below my 2 screenshots. In postman1.png, we have generated admin hash key by adding admin credentials, Now i am going to create room hash key in postman2.png screenshot, but i can't generate it. Please help me in 2nd screenshot about to generate room hash key using postman. Please help me for generating room hash key using postman.
> Thanks 
> Shakil



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)