Hi, I'm working on integrating OpenMeetings into ATutor and am using Greg's ATutor module (and Sebastian's Moodle mod) as a basis. I've fixed a few things and am working on creating moderated rooms. Well, I can create them, but I'm not sure whether the moderator info is getting set by the SOAP call. Does it get stored anywhere where I can view it in the OpenMeetings UI or the db? (can't seem to find it, if it is) I get -26 returned by a call to setUserObjectAndGenerateRoomHash whenever I try to set the moderator. I've tried both with and without externalUserId and externalUserType. I've also tried both true and false for becomeModeratorAsInt.
The flow is: add moderated room via addRoomWithModeration add moderator to the room via setUserObjectAndGenerateRoomHash Params passed to setUserObjectAndGenerateRoomHash: [SID] => 16d965646a5ce6c385b7befc9417f496 [username] => [email protected] [firstname] => Bubba [lastname] => Franks [profilePictureUrl] => [email] => [email protected] [externalUserId] => 3987 [externalUserType] => atutor [room_id] => 102 [becomeModeratorAsInt] => 1 [showAudioVideoTestAsInt] => 1 Am I missing a step between the two? Thanks, Mike -- 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.
