The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Elive::Entity::Participant - A Single Meeting Participant

DESCRIPTION

This is a component of Elive::Entity::Participants. It contains details on a participating user, including their details and participation role (normally 2 for a moderator or 3 for a regular participant).

METHODS

participant

Returns a participant. This can either be of type Elive::Entity::User (type 0), Elive::Entity::Group (type 1) or Elive::Entity::InvitedGuest (type 2).

stringify

Returns a string of the form 'userId=role' (users) '*groupId=role (groups), or displayName(loginName) (guests). This value is used for comparisons, display, etc...

SEE ALSO

Elive::Entity::ParticipantList Elive::Entity::Participants Elive::Entity::User Elive::Entity::Group Elive::Entity::InvitedGues; Elive::Entity::Role