The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

elive_raise_meeting

SYNOPSIS

  elive_raise_meeting [url] [options] [participants]

Authentication

 [url]                        # web address and site instance path,
                              # E.g.: http://myserver.com/mysite 
 -user <username>             # SDK/SOAP username
 -pass <password>             # SDK/SOAP password

Basic Options

 -name         <meeting name> # set meeting name
 -facilitator  <userId>
 -meeting_pass <password>     # set meeting password
 -start  '[YYYY-MM-DD ]HH:MM' # start time
 -end    '[YYYY-MM-DD ]HH:MM' # end time
 -occurs {days|weeks}=<n>     # repeat over n days/weeks (elm2)

Moderators and Participants

 -moderators user|*group|guest-name(guest-id) ...
 -participants user|*group|guest-name(guest-id) ...

 Where each participant or moderator can be:

    'user'        - a single Elluminate user. This can be either the
                    user's username or user-id.

    '*group'      - a group of users. This can be either the group-name
                    or group-id.

    'Display Name(loginName)'
                  - a guest login.

Meeting Setup

 -boundary     0|15|30|..     # minutes participants can arrive before or
                              # leave after the scheduled meeting times.
 -max_talkers  <n>            # max no. of simultaneous talkers
 -max_cameras  <n>            # max no. of simultaneous cameras (elm3)
 -seats        <n>            # number of seats to reserve on server
 -profile_display      none|mod|all       # profiles to display (elm3)
                              # none, mod (moderators only), or all
 -recording_status     off|on|manual      # set recording status
                              #  - off:    recording disabled
                              #  - on:     starts automatically
                              #  - manual: recording started by moderator
 -recording_resolution cg|cc|mg|mc|fg|fc  # recording resolution (elm3)
                              #  - cg:course gray  - cc:course color
                              #  - mg:medium gray  - mc:medium color
                              #  - fg:fine gray    - fc:fine color
 -[no]invites                 # allow in-session invitations
 -[no]follow                  # lock whiteboard to moderator view (elm3)
 -[no]private                 # hide from public schedule
 -[no]restricted              # restrict entry to registered users (elm3)
 -[no]permissions             # let participants perform activities
 -[no]raise_hands             # automatically raise hands on entry
 -[no]supervised              # moderator can see private messages
 -[no]all_moderators          # all participants can moderate (elm3)

 -user_notes      <text>
 -moderator_notes <text>
 -cost_center     <code>
 -exit_url        <address>   # URL to visit on meeting exit (elm3)

Preloads

 -upload             <local_file>     # upload a local file
 -import_from_server <remote_file>    # import a server side file
 -add_preload        <preload_id>,... # associate with existing preloads

 Where preload files can include:

    *.wbd *.wbp                   - Elluminate Live! whiteboard files
    *.elp *.elpx                  - Elluminate Plan! files
    *.mpg, *.mov, *.qt, *.swf ... - Multimedia content

Compatibility Options

 -use elm2                  # ELM 2.x compat (via Elive::View::Session)
 -use elm3                  # ELM 3.x compat (via Elive::Entity::Session)
 -use Some::Custom::Class   # create session via a custom session class

Information

 -? --help                  # print this help
 -v --version               # print version and exit
 --dump=yaml                # output created sessions as YAML
 --debug=n                  # set debug level

DESCRIPTION

Creates a meeting (session) on an Elluminate Live! server

SEE ALSO

perldoc Elive

http://search.cpan.org/dist/Elive