Revision: 3854
Author:   [email protected]
Date:     Wed Jun 22 06:44:52 2011
Log:      Edited wiki page SoapMethods through web user interface.
http://code.google.com/p/openmeetings/source/detail?r=3854

Modified:
 /wiki/SoapMethods.wiki

=======================================
--- /wiki/SoapMethods.wiki      Wed Jun 22 06:42:00 2011
+++ /wiki/SoapMethods.wiki      Wed Jun 22 06:44:52 2011
@@ -603,6 +603,41 @@
|| Boolean || isModeratedRoom || Users have to wait untill a Moderator arrives. Use the becomeModerator param in setUserObjectAndGenerateRoomHash to set a user as default Moderator || || Boolean || allowUserQuestions || enable or disable the button to allow users to apply for moderation ||

+-----------------
+
+==== addRoomWithModerationAndQuestions ====
+
+Method: _public Long updateRoomWithModerationAndQuestions(String SID,
+                        Long room_id,
+                        String name,
+                        Long roomtypes_id ,
+                        String comment, Long numberOfPartizipants,
+                        Boolean ispublic,
+                        Boolean appointment,
+                        Boolean isDemoRoom,
+                        Integer demoTime,
+                        Boolean isModeratedRoom,
+                        Boolean allowUserQuestions)_
+
+this SOAP Method has an additional param to enable or disable the
+buttons to apply for moderation
+this does only work in combination with the room-type restricted
+
+Params:
+|| *type* || *name* || *description* ||
+|| String || SID || The SID of the User. This SID must be marked as Loggedin ||
+|| Long || room_id || Room-Id ||
+|| String || name || Name of the Room ||
+|| Long || roomtypes_id || Type of that room (1 = Conference, 2 = Audience, 3 = Restricted) ||
+|| String || comment || any comment ||
+|| Long || numberOfPartizipants || the maximum users allowed in this room | | +|| Boolean || ispublic || If this room is public (use true if you don't deal with different Organizations) || +|| Boolean || appointment || is it a Calendar Room (use false by default) | | +|| Boolean || isDemoRoom || is it a Demo Room with limited time (use false by default) || +|| Boolean || demoTime || time in seconds after the user will be logged out (only enabled if isDemoRoom is true)|| +|| Boolean || isModeratedRoom || Users have to wait untill a Moderator arrives. Use the becomeModerator param in setUserObjectAndGenerateRoomHash to set a user as default Moderator || +|| Boolean || allowUserQuestions || enable or disable the button to allow users to apply for moderation ||
+
 -----------------

 ==== addRoomWithModerationQuestionsAndAudioType ====

--
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