Node:modify-conf-info, Next:get-info, Previous:modify-text-info, Up:Protocol Requests
modify-conf-info [93] (( conf : Conf-No; delete : ARRAY Aux-No; add : ARRAY Aux-Item-Input )) -> ( );
This call deleted the aux-items listed in delete
from the
conference conf
and then adds the ones listed in add
to
the conference. Either list may be empty, and the call is guaranteed
to either completely fail or completely succeed.
login-first
undefined-conference
conf
does not exist or is secret.
aux-item-permission
delete
, or
not enough permissions to add one or more of the items in add
.
illegal-aux-item
add
is illegal for some reason.