Please contact user list
It seems like my answering skills are not enough

On Wed, Mar 26, 2014 at 11:48 AM, Mohamedh Nishadh <
[email protected]> wrote:

> k,sorry to ask this question again,
>
> Is That Possible to enter an user(User Level) into the room,
>
> when i calling addNewUser service it creating an user(user Level)
> Now am Logging out and once again loggedin as a newly created user
> Then am entering into the room
> Issues== The user is (User Level) so the user is unable to enter into the
> room
>
> What should i do,my user count will be n numbers
> And i don't want to pass the session id of admin or soap user to each user
>
>
> On Wed, Mar 26, 2014 at 9:05 AM, Maxim Solodovnik <[email protected]>wrote:
>
>> >> "is that right procedure to pass the session id of admin or soap user
>> to an user(User level) to enter into the room"
>> You are using sessionId authorized by admin to create hash not enter the
>> room
>>
>> >> "i want to enter a person into room who is already in om database as
>> a user(User Level)"
>> By calling setUserObjectAnd* you are creating *"external"* user in OM DB *if
>> it is not exist already*. In case it exists it might be updated (first
>> last name, login, email etc. was changed in your system)
>> It is mainly identified by externalUserId and externalUserType pair
>> unique for your system
>>
>>
>> On Wed, Mar 26, 2014 at 10:28 AM, Mohamedh Nishadh <
>> [email protected]> wrote:
>>
>>> Am Little bit confused ..is that right procedure to pass the session id
>>> of admin or soap user to an user(User level) to enter into the room,
>>>
>>> And i want to enter a person into room who is already in om database as
>>> a user(User Level), without creating a new record in database
>>>
>>>
>>> On Wed, Mar 26, 2014 at 8:47 AM, Mohamedh Nishadh <
>>> [email protected]> wrote:
>>>
>>>> ok, Is There Any Possibilities to an User(User Level) to enter into an
>>>> room through REST Web Services without Passing SID of admin or  soap user
>>>>
>>>>
>>>> On Wed, Mar 26, 2014 at 8:43 AM, Maxim Solodovnik <[email protected]
>>>> > wrote:
>>>>
>>>>> You need to create user with admin or soap access level using OM Admin
>>>>> GUI
>>>>> There is no option to "create *soap users* through REST Web Services"
>>>>>
>>>>>
>>>>> On Wed, Mar 26, 2014 at 10:11 AM, Mohamedh Nishadh <
>>>>> [email protected]> wrote:
>>>>>
>>>>>> yes  i Followed this steps but how to create *soap users* through
>>>>>> REST Web Services
>>>>>>
>>>>>>
>>>>>> On Wed, Mar 26, 2014 at 8:25 AM, Maxim Solodovnik <
>>>>>> [email protected]> wrote:
>>>>>>
>>>>>>> The designed flow should be:
>>>>>>> 1) getSession
>>>>>>> 2) loginUser (user should be admin OR soap type)
>>>>>>> 3) (* optional) addRoom
>>>>>>> 4) call setUserObjectAnd* with the details of user form application
>>>>>>> you integrating with
>>>>>>> 5) Enter room using has created in step 4
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Tue, Mar 25, 2014 at 10:10 PM, Mohamedh Nishadh <
>>>>>>> [email protected]> wrote:
>>>>>>>
>>>>>>>> My scenario is am creating an application to integrate Apache open
>>>>>>>> meeting once i logged in application it automatically *login* in
>>>>>>>> to Apache open meeting and once i click *adduse*r it should be add
>>>>>>>> *user* in Apache open meeting ,now i added room and my user who
>>>>>>>> already registered in Apache open meeting wants to enter into the room.
>>>>>>>>
>>>>>>>> Note : Every Process is done through REST Web Services
>>>>>>>>
>>>>>>>> Thanks For your Patience
>>>>>>>>
>>>>>>>>
>>>>>>>> On Tue, Mar 25, 2014 at 8:33 PM, Maxim Solodovnik <
>>>>>>>> [email protected]> wrote:
>>>>>>>>
>>>>>>>>> in your previous email you wrote: "how to enter into a room for
>>>>>>>>> the user who already in om Database"
>>>>>>>>> now it is " i need to login via local Application"
>>>>>>>>>
>>>>>>>>> What is your scenario?
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Tue, Mar 25, 2014 at 9:49 PM, Mohamedh Nishadh <
>>>>>>>>> [email protected]> wrote:
>>>>>>>>>
>>>>>>>>>> I Have tried Your Steps but the problem is i need to login via
>>>>>>>>>> local Application ,So that i cant integrate in my application.But 
>>>>>>>>>> your
>>>>>>>>>> requested URL "http://site:port/openmeetings/#room/XX"; eg.,"
>>>>>>>>>> http://localhost:5080/openmeetings/#room/8"; which is not present
>>>>>>>>>> in REST webservice methods.
>>>>>>>>>>
>>>>>>>>>> Steps I Followed
>>>>>>>>>>
>>>>>>>>>> Request=
>>>>>>>>>> http://localhost:5080/openmeetings/services/UserService/getSession
>>>>>>>>>> Response=
>>>>>>>>>> 16153f3c850e436f98b29a96a560a3e9
>>>>>>>>>> Request-
>>>>>>>>>> http://localhost:5080/openmeetings/services/UserService/loginUser?SID=16153f3c850e436f98b29a96a560a3e9&username=demouser&userpass=demouser
>>>>>>>>>> Response=1
>>>>>>>>>>
>>>>>>>>>> http://localhost:5080/openmeetings/#room/8
>>>>>>>>>>
>>>>>>>>>> Now its Redirecting to Local Application Login Page
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Tue, Mar 25, 2014 at 8:02 PM, Maxim Solodovnik <
>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>
>>>>>>>>>>> using 3.0 it is: http://site:port/openmeetings/#room/XX
>>>>>>>>>>> user will be asked for password then send directly into room
>>>>>>>>>>> with ID == XX
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On Tue, Mar 25, 2014 at 9:30 PM, Mohamedh Nishadh <
>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> yes my question is how to enter into a room for the user who
>>>>>>>>>>>> already in om Database
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On Tue, Mar 25, 2014 at 7:44 PM, Maxim Solodovnik <
>>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> I'll try your steps
>>>>>>>>>>>>>
>>>>>>>>>>>>> What I can see right now:
>>>>>>>>>>>>> 1) you need to login session using admin/soap user
>>>>>>>>>>>>> 2) the user created using setUserObject* method is usually
>>>>>>>>>>>>> "external" user and usually does not exist in OM user database
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Tue, Mar 25, 2014 at 8:40 PM, Mohamedh Nishadh <
>>>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Before I used 2.0,Now am using 3.0,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Request=
>>>>>>>>>>>>>> http://localhost:5080/openmeetings/services/UserService/getSession
>>>>>>>>>>>>>> Response=16153f3c850e436f98b29a96a560a3e9
>>>>>>>>>>>>>> Request-
>>>>>>>>>>>>>> http://localhost:5080/openmeetings/services/UserService/loginUser?SID=16153f3c850e436f98b29a96a560a3e9&username=demouser&userpass=demouser
>>>>>>>>>>>>>> Response=1
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> http://localhost:5080/openmeetings/services/UserService/setUserObjectAndGenerateRoomHash?SID=16153f3c850e436f98b29a96a560a3e9&username=demouser&firstname=demouser&lastname=demouser&profilePictureUrl=&[email protected]&externalUserId=1&externalUserType=true&room_id=8&becomeModeratorAsInt=0&showAudioVideoTestAsInt=0
>>>>>>>>>>>>>> Response=dd372a686bc71ae7216de3b1dd8161c5
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> http://localhost:5080/openmeetings/?secureHash=dd372a686bc71ae7216de3b1dd8161c5
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Error Code = -26
>>>>>>>>>>>>>> For Your Information I allowed front end User Registration
>>>>>>>>>>>>>> ,And allowed Soap Register,And Disabled Send Email at Register 
>>>>>>>>>>>>>> and
>>>>>>>>>>>>>> sendVerficationcode
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> And demouser is User(level)
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Tue, Mar 25, 2014 at 6:12 PM, Maxim Solodovnik <
>>>>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> can you ensure user you are setting in
>>>>>>>>>>>>>>> setUserObjectAndGenerateRoomHash has
>>>>>>>>>>>>>>> 0) send OM version
>>>>>>>>>>>>>>> 1) externalUserId set
>>>>>>>>>>>>>>> 2) externalUserType set
>>>>>>>>>>>>>>> 3) send all requests you are made with responses
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Tue, Mar 25, 2014 at 7:09 PM, Mohamedh Nishadh <
>>>>>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Hi...Am Extremely Sorry  to Interrupt You ,
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> As I Need Some Information About Apache open meeting,I just
>>>>>>>>>>>>>>>> want to confirm that
>>>>>>>>>>>>>>>> Procedure to enter into a room using rest web services
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> I followed this Steps
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> getSession
>>>>>>>>>>>>>>>> loginUser
>>>>>>>>>>>>>>>> addRoom
>>>>>>>>>>>>>>>> setUserObjectAndGenerateRoomHash
>>>>>>>>>>>>>>>> secure hash url
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> But am getting an error as -26
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Please send some useful procedure to do this thanks in
>>>>>>>>>>>>>>>> advance
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> WBR
>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> WBR
>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> WBR
>>>>>>>>> Maxim aka solomax
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> WBR
>>>>>>> Maxim aka solomax
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> WBR
>>>>> Maxim aka solomax
>>>>>
>>>>
>>>>
>>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>


-- 
WBR
Maxim aka solomax

Reply via email to