NAME

Bb::Collaborate::Ultra::Session

DESCRIPTION

This class is used to manage Sessions (Virtual Classrooms).

    use Bb::Collaborate::Ultra::Session;
    my $start = time() + 60;
    my $end = $start + 900;

    my $session;
    my $session = Bb::Collaborate::Ultra::Session->post($connection, {
	    name => 'Test Session',
	    startTime => $start,
	    endTime   => $end,
	    },
	);

METHODS

See https://xx-csa.bbcollab.com/documentation#Session

enrollments

Return a list of users who are enrolled for the session.