Skip to content

Commit 0c1b690

Browse files
authored
Marked ApiMethod constants related to config XML as deprecated (#81)
1 parent f5f8dfa commit 0c1b690

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/Core/ApiMethod.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,19 @@ abstract class ApiMethod
2727
const IS_MEETING_RUNNING = 'isMeetingRunning';
2828
const GET_MEETING_INFO = 'getMeetingInfo';
2929
const GET_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.
32+
*/
3033
const GET_DEFAULT_CONFIG_XML = 'getDefaultConfigXML';
34+
/**
35+
* @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+
*/
3137
const SET_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.
42+
*/
3243
const CONFIG_XML = 'configXML';
3344
const SIGN_OUT = 'signOut';
3445
const GET_RECORDINGS = 'getRecordings';

0 commit comments

Comments
 (0)