You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Core/ApiMethod.php
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,19 @@ abstract class ApiMethod
27
27
constIS_MEETING_RUNNING = 'isMeetingRunning';
28
28
constGET_MEETING_INFO = 'getMeetingInfo';
29
29
constGET_MEETINGS = 'getMeetings';
30
+
/**
31
+
* @deprecated since 4.0 and will be removed in 4.1. The getDefaultConfigXML API was related to the old Flash client which is no longer available since BigBlueButton 2.2. In BigBlueButton 2.3 the whole API call was removed.
* @deprecated since 4.0 and will be removed in 4.1. The setConfigXML API was related to the old Flash client which is no longer available since BigBlueButton 2.2. In BigBlueButton 2.3 the whole API call was removed.
36
+
*/
31
37
constSET_CONFIG_XML = 'setConfigXML';
38
+
/**
39
+
* Note: Unused in the whole project.
40
+
*
41
+
* @deprecated since 4.0 and will be removed in 4.1. The configXML API was related to the old Flash client which is no longer available since BigBlueButton 2.2. In BigBlueButton 2.3 the whole API call was removed.
0 commit comments