<?php

namespace Microsoft\Graph\Generated\Models;

use Microsoft\Kiota\Abstractions\Enum;

class AllowedLobbyAdmitterRoles extends Enum {
    public const ORGANIZER_AND_CO_ORGANIZERS_AND_PRESENTERS = "organizerAndCoOrganizersAndPresenters";
    public const ORGANIZER_AND_CO_ORGANIZERS = "organizerAndCoOrganizers";
    public const UNKNOWN_FUTURE_VALUE = "unknownFutureValue";
}
