Elive
view release on metacpan or search on metacpan
lib/Elive/Entity/Session.pm view on Meta::CPAN
=head1 BUGS AND LIMITATIONS
=over 4
=item * Meeting telephony is not yet supported
=item * C<list()> method caveats
Maintaining the L<Elive::Entity::Session> abstraction may involve fetches from
several entities. This is mostly transparent, but does have some implications
for the C<list> method:
=over 4
=item * You can only filter on core meeting properties (C<name>, C<start>, C<end>, C<password>, C<deleted>, C<faciltatorId>, C<privateMeeting>, C<allModerators>, C<restrictedMeeting> and C<adapter>).
=item * Access to other properties requires a secondary fetch. This is done
lazily on a per record basis and may be considerably slower. This includes
access to attributes of meeting parameters, server parameter and the
participant list.
( run in 0.394 second using v1.01-cache-2.11-cpan-0a6323c29d9 )