//todo - move to file where class Microsoft.Exchange.WebServices.Data.OnlineMeetingSettings is located

/**
 * Online Meeting Lobby Bypass options.
 */
export enum LobbyBypass {
    
    /**
     * Disabled.
     */
    Disabled = 0,
    
    /**
     * Enabled for gateway participants.
     */
    EnabledForGatewayParticipants = 1
}