Changes for version 0.01.02
- Rename methods:
- $session->enrollments => $session->get_enrolments
- $session->logs => $session->get_logs
- $log->attendee => $log->get_attendees
- This makes 'get' calls more explicit, and avoids occlusion of the 'attendee' attribute.
- Support the $session->get_logs({expand => 'all'}) query option. This instructs the sever to attendees as part of the session log (instance) records and obviates the need to then call 'get_attendees' on each session instance.
- Remove extraneous class:
- Bb::Collaborate::Ultra::Log::Attendees
- Unbreak on Perl 5.8.9
Documentation
session log report for Blackboard Collaborate Ultra
Modules
Perl bindings for Blackboard Ultra virtual classrooms
manage a server connection
Connection Token
Session/recording context
Session Launch Context
Session Recordings
Session enrollments
Launch Context User
Utility functions for Collaborate Ultra
Provides
in lib/Bb/Collaborate/Ultra/DAO.pm