Node:modify-conf-info, Next:, Previous:modify-text-info, Up:Protocol Requests



modify-conf-info [93] (10) Recommended


        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.

Error codes

login-first
Login required before issuing this call.
undefined-conference
The conference conf does not exist or is secret.
aux-item-permission
No permission to delete one or more of the items in delete, or not enough permissions to add one or more of the items in add.
illegal-aux-item
One of the items in add is illegal for some reason.