Línea 138... |
Línea 138... |
138 |
),
|
138 |
),
|
139 |
'joinurl' => new external_value(PARAM_URL, 'Join URL'),
|
139 |
'joinurl' => new external_value(PARAM_URL, 'Join URL'),
|
140 |
'guestaccessenabled' => new external_value(PARAM_BOOL, 'Guest access enabled', VALUE_OPTIONAL),
|
140 |
'guestaccessenabled' => new external_value(PARAM_BOOL, 'Guest access enabled', VALUE_OPTIONAL),
|
141 |
'guestjoinurl' => new external_value(PARAM_URL, 'Guest URL', VALUE_OPTIONAL),
|
141 |
'guestjoinurl' => new external_value(PARAM_URL, 'Guest URL', VALUE_OPTIONAL),
|
142 |
'guestpassword' => new external_value(PARAM_RAW, 'Guest join password', VALUE_OPTIONAL),
|
142 |
'guestpassword' => new external_value(PARAM_RAW, 'Guest join password', VALUE_OPTIONAL),
|
- |
|
143 |
'showpresentations' => new external_value(PARAM_BOOL, 'Show presentation file', VALUE_OPTIONAL),
|
143 |
'features' => new external_multiple_structure(
|
144 |
'features' => new external_multiple_structure(
|
144 |
new external_single_structure([
|
145 |
new external_single_structure([
|
145 |
'name' => new external_value(PARAM_ALPHA, 'Feature name.'),
|
146 |
'name' => new external_value(PARAM_ALPHA, 'Feature name.'),
|
146 |
'isenabled' => new external_value(PARAM_BOOL, 'Whether the feature is enabled.'),
|
147 |
'isenabled' => new external_value(PARAM_BOOL, 'Whether the feature is enabled.'),
|
147 |
]), 'List of features for the instance', VALUE_OPTIONAL
|
148 |
]), 'List of features for the instance', VALUE_OPTIONAL
|