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

Modified:
 /wiki/SoapMethods.wiki

=======================================
--- /wiki/SoapMethods.wiki      Wed Jun 22 06:25:04 2011
+++ /wiki/SoapMethods.wiki      Wed Jun 22 06:27:43 2011
@@ -298,6 +298,34 @@
|| String || SID || The SID of the User. This SID must be marked as Loggedin ||
 || Long || flvRecordingId || the id of the recording  ||

+--------
+
+
+==== getFlvRecordingByExternalUserId ====
+
+Method: _public FLVRecordingReturn[] getFlvRecordingByExternalUserId(String SID, String externalUserId)_
+
+Description: Gets a list of flv recordings
+
+Params:
+|| *type* || *name* || *description* ||
+|| String || SID || The SID of the User. This SID must be marked as Loggedin ||
+|| Long || externalUserId || the externalUserId  ||
+
+--------
+
+==== getFlvRecordingByExternalRoomTypeAndCreator ====
+
+Method: _public FLVRecordingReturn[] getFlvRecordingByExternalRoomTypeAndCreator(String SID, String externalRoomType, Long insertedBy)_
+
+Description: Gets a list of flv recordings
+
+Params:
+|| *type* || *name* || *description* ||
+|| String || SID || The SID of the User. This SID must be marked as Loggedin ||
+|| String || externalRoomType || externalRoomType param  ||
+|| Long || insertedBy || the userId that created the recording ||
+
 --------

 ==== getRoomsPublic ====

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