Node:create-conf, Next:create-person, Previous:create-anonymous-text, Up:Protocol Requests
create-conf [88] (( name : HOLLERITH; type : Any-Conf-Type; aux-items : ARRAY Aux-Item-Input )) -> ( Conf-No );
This call is used to create new conferences. name
is the name of
the new conference and type
is its type. If successful, the call
returns the conference number of the newly created conference. The list
aux-items
contains the aux items to attach to the conference.
To use this call the session must have logged in as a user with privileges to create conferences (see Security).
login-first
permission-denied
create-conf
bit set. May also be an attempt to
create a conference with the letterbox
bit set.
conference-exists
name
already exists.
bad-name
name
contains invalid characters.
string-to-long
name
is too long to be used as a conference name.
secret-public
secret
bit set, but the
rd-prot
bit is cleared.
illegal-aux-item
aux-items
is illegal. The tag might be
out of range, the item not applicable to conferences or whatever
aux-item-permission