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

Modified:
 /wiki/SoapMethods.wiki

=======================================
--- /wiki/SoapMethods.wiki      Wed Jun 22 06:44:52 2011
+++ /wiki/SoapMethods.wiki      Wed Jun 22 06:50:45 2011
@@ -674,6 +674,122 @@

 --------------------

+==== addRoomWithModerationAndExternalType ====
+
+Method: _public Long addRoomWithModerationAndExternalType(String SID, String name, + Long roomtypes_id, String comment, Long numberOfPartizipants, + Boolean ispublic, Boolean appointment, Boolean isDemoRoom, + Integer demoTime, Boolean isModeratedRoom, String externalRoomType)_
+
+
+Params:
+|| *type* || *name* || *description* ||
+|| String || SID || The SID of the User. This SID must be marked as Loggedin ||
+|| 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 || externalRoomType|| externalRoomType ||
+
+------------------
+
+==== addRoomWithModerationExternalTypeAndAudioType ====
+
+Method: _public Long addRoomWithModerationExternalTypeAndAudioType(String SID, String name, + Long roomtypes_id, String comment, Long numberOfPartizipants, + Boolean ispublic, Boolean appointment, Boolean isDemoRoom, + Integer demoTime, Boolean isModeratedRoom, String externalRoomType,
+                        Boolean allowUserQuestions, Boolean isAudioOnly)_
+
+
+Params:
+|| *type* || *name* || *description* ||
+|| String || SID || The SID of the User. This SID must be marked as Loggedin ||
+|| 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 ||
+|| String || externalRoomType || externalRoomType ||
+|| Boolean || allowUserQuestions || enable or disable the button to
+allow users to apply for moderation ||
+|| Boolean || isAudioOnly || enable or disable the video/audio-only ||
+
+-----------------
+
+==== addRoomWithModerationAndRecordingFlags ====
+
+Method: _public Long addRoomWithModerationAndRecordingFlags(String SID, String name, + Long roomtypes_id, String comment, Long numberOfPartizipants, + Boolean ispublic, Boolean appointment, Boolean isDemoRoom, + Integer demoTime, Boolean isModeratedRoom, String externalRoomType,
+                        Boolean allowUserQuestions, Boolean isAudioOnly,
+                        Boolean waitForRecording, Boolean allowRecording)_
+
+
+Params:
+|| *type* || *name* || *description* ||
+|| String || SID || The SID of the User. This SID must be marked as Loggedin ||
+|| 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 ||
+|| String || externalRoomType || externalRoomType ||
+|| Boolean || allowUserQuestions || enable or disable the button to
+allow users to apply for moderation ||
+|| Boolean || isAudioOnly || enable or disable the video/audio-only ||
+|| Boolean || waitForRecording || waitForRecording PopUp ||
+|| Boolean || allowRecording || allowRecording Flag ||
+
+-----------------
+
+==== addRoomWithModerationExternalTypeAndTopBarOption ====
+
+Method: _public Long addRoomWithModerationExternalTypeAndTopBarOption(String SID, String name, + Long roomtypes_id, String comment, Long numberOfPartizipants, + Boolean ispublic, Boolean appointment, Boolean isDemoRoom, + Integer demoTime, Boolean isModeratedRoom, String externalRoomType,
+                        Boolean allowUserQuestions, Boolean isAudioOnly,
+                        Boolean waitForRecording, Boolean allowRecording,
+                        Boolean hideTopBar)_
+
+
+Params:
+|| *type* || *name* || *description* ||
+|| String || SID || The SID of the User. This SID must be marked as Loggedin ||
+|| 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 ||
+|| String || externalRoomType || externalRoomType ||
+|| Boolean || allowUserQuestions || enable or disable the button to
+allow users to apply for moderation ||
+|| Boolean || isAudioOnly || enable or disable the video/audio-only ||
+|| Boolean || waitForRecording || waitForRecording PopUp ||
+|| Boolean || allowRecording || allowRecording Flag ||
+|| Boolean || hideTopBar || hideTopBar Flag ||
+
+-----------------
+
 ==== getFlvRecordingByExternalRoomType ====

Method: _public FlvRecording[] getFlvRecordingByExternalRoomType(String SID, String externalRoomType)_

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