Hi,
I'm having trouble integrating OpenMeetings (3.0.0-SNAPSHOT r1517701)
into my php website. More specifically, I can't make it so it won't ask
for user/pass when entering a room using secureHash. I am using the REST
API, the server is up an running and here is what I do:
1) UserService - getSession --> $sessionId
2) UserService - loginUser (with username, password & session id)
3) RoomService - addRoomWithModeration (name, type, participants,
public, moderated) --> $roomId
4) UserService - setUserObjectAndGenerateRoomHash (username, email,
roomId, moderator) --> $hash
5) $url = baseURL . "?secureHash=" . $hash .
"&scopeRoomId=$roomId&userId=1";
The url is something like:
http://on-ed.dchakarov.com:5080/openmeetings?secureHash=23c71cbb73ed9df7af95b07e34a2696e&scopeRoomId=29&userId=1
but when I open it, it asks for user and password. Can you help me?
Regards,
Dimitar