Comment #2 on issue 1352 by [email protected]: To Add and View File When User loign through Soap method into room
http://code.google.com/p/openmeetings/issues/detail?id=1352

Are you setting an "externalUserId" in the setUserObjectAndGenerateRoomHash call? I didn't test the ability to upload documents, but I did note that the SOAP-added users could not see the documents added by a locally-logged-in administrator. They were able to see things drawn on the whiteboard, though, just not the documents themselves.

It doesn't seem to matter WHAT the externalUserId is and it seems to work fine with the same number assigned to each attendee, but it would appear that it is required for certain functionality to work.

I'm using PHP and I set each of the variables below before I make the call. It seems to work best if every variable is set and not zero-length. I hard-coded the last 5 variables to match my implementation, but they could easily be assigned on a case-by-case basis through some application logic.

setUserObjectAndGenerateRoomHashByURL($username, $firstname, $lastname, $picture, $email, $extUID, $extUserType, $room_id, $makemod, $showAVTest)

I hope this helps! It was certainly responsible for a stressful afternoon yesterday.

--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.

Reply via email to