Comment #4 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
hi jaiprakash
have you got the solution of this issue,
Because i am also facing this issue with my website.
i am also using SOAP API with ASP.net
here is my code
WebReference.UserService oUserService = new
WebReference.UserService();
WebReference.RoomService oRoomService = new
WebReference.RoomService();
WebReference.getSessionResponse oResponse =
default(WebReference.getSessionResponse);
oResponse = oUserService.getSession();
long returnVal_l = 0;
long returnVal_u = 0;
bool returnSpecified_l = false;
bool returnSpecified_u = false;
string SessionID = [email protected]_id;
string strURL = Server.MapPath("");
oUserService.loginUser(SessionID, "telecorp", "telecorp", out
returnVal_l, out returnSpecified_l);
oUserService.setUserObject(SessionID, strUserName,
strUserFirstName, strUserLastName, strURL, strUserEmail, out returnVal_u,
out returnSpecified_u);
string strSecureCode =
oUserService.setUserObjectAndGenerateRoomHash(SessionID, strUserName,
strUserFirstName, strUserLastName, strURL, strUserEmail,0,true, "",
intRoomID, true, 1, true, 1, true);
user loginto room, but he can't upload file or get file of other room member
pls help me out
Thanks
Nagesh Nalge
Attachments:
error.GIF 33.8 KB
--
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.