Re: Room password using WebServices

2018-03-13 Thread Maxim Solodovnik
Actually you can :)

Here are the steps
1) authorize the SID
http://openmeetings.apache.org/openmeetings-webservice/apidocs/org/apache/openmeetings/webservice/UserWebService.html#login-java.lang.String-java.lang.String-
2) Create user
http://openmeetings.apache.org/openmeetings-webservice/apidocs/org/apache/openmeetings/webservice/UserWebService.html#add-java.lang.String-org.apache.openmeetings.db.dto.user.UserDTO-java.lang.Boolean-
Please NOTE: you need to save userId in your DB *OR* handle exception
here
3) create invitation hash using
http://openmeetings.apache.org/openmeetings-webservice/apidocs/org/apache/openmeetings/webservice/RoomWebService.html#hash-java.lang.String-org.apache.openmeetings.db.dto.room.InvitationDTO-boolean-

please NOTE URL for room enter will differ:
http://localhost:5080/openmeetings/hash?invitation=fa1f9381-bd03-42ae-9fd9-332b5f775a1b&language=1
NOT
http://localhost:5080/openmeetings/hash?secure=fa1f9381-bd03-42ae-9fd9-332b5f775a1b&language=1


On Wed, Mar 14, 2018 at 7:03 AM, Ramón Zárate Moedano 
wrote:

> Is there a way we can create a room, using php API, with password to
> access it???
>
> I know i can create a room, with password if i do it inside OM dashboard
> but using 3th party services
>
> Thanks
> Ramón
>



-- 
WBR
Maxim aka solomax


Room password using WebServices

2018-03-13 Thread Ramón Zárate Moedano
Is there a way we can create a room, using php API, with password to access
it???

I know i can create a room, with password if i do it inside OM dashboard
but using 3th party services

Thanks
Ramón