Revision: 3853
Author: [email protected]
Date: Wed Jun 22 06:42:00 2011
Log: Edited wiki page SoapMethods through web user interface.
http://code.google.com/p/openmeetings/source/detail?r=3853
Modified:
/wiki/SoapMethods.wiki
=======================================
--- /wiki/SoapMethods.wiki Wed Jun 22 06:39:06 2011
+++ /wiki/SoapMethods.wiki Wed Jun 22 06:42:00 2011
@@ -571,6 +571,8 @@
|| Long || externalRoomId || your external room id may set here ||
|| String || externalRoomType || you can specify your system-name or type
of room here, for example "moodle" ||
+---------------
+
==== addRoomWithModerationAndQuestions ====
Method: _public Long addRoomWithModerationAndQuestions(String SID, String
name,
@@ -601,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 ||
+-----------------
+
+==== addRoomWithModerationQuestionsAndAudioType ====
+
+Method: _public Long addRoomWithModerationQuestionsAndAudioType(String
SID, String name,
+ Long roomtypes_id ,
+ String comment, Long numberOfPartizipants,
+ Boolean ispublic,
+ Boolean appointment,
+ Boolean isDemoRoom,
+ Integer demoTime,
+ Boolean isModeratedRoom,
+ Boolean allowUserQuestions,
+ Boolean isAudioOnly)_
+
+this SOAP Method has an additional param to enable or disable the
+video
+
+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 || allowUserQuestions || enable or disable the button to
+allow users to apply for moderation ||
+|| Boolean || isAudioOnly || enable or disable the video/audio-only ||
+
+--------------------
==== getFlvRecordingByExternalRoomType ====
--
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.